.pc-94886cab-container {
    font-family: inherit;
}
.pc-94886cab-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 12px;
}
.pc-94886cab-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    color: #111;
}
.pc-94886cab-view-all {
    color: #e63946;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
}
.pc-94886cab-view-all:hover {
    text-decoration: underline;
}
.pc-94886cab-grid {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 16px;
    scrollbar-width: thin;
}
.pc-94886cab-grid::-webkit-scrollbar {
    height: 6px;
}
.pc-94886cab-grid::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}
.pc-94886cab-card {
    flex: 0 0 160px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    border: 1px solid #eaeaea;
    transition: transform 0.2s, box-shadow 0.2s;
}
.pc-94886cab-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}
.pc-94886cab-image-wrapper {
    height: 120px;
    width: 100%;
    overflow: hidden;
}
.pc-94886cab-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pc-94886cab-content {
    padding: 12px;
}
.pc-94886cab-city-name {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 4px 0;
    color: #111;
}
.pc-94886cab-count {
    font-size: 13px;
    color: #666;
    margin: 0;
}
