/* ===== TRANG PHIÊU DU ===== */

.pd-feed {
    max-width: 580px;
    margin: 0 auto;
    padding: 20px 0 40px;
}

/* Sub-header */
.pd-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 14px;
    margin-bottom: 8px;
    border-bottom: 1px solid #e8e8e8;
}

.pd-topbar-logo {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #7ABEFA;
    letter-spacing: 2px;
}

.pd-topbar-btn {
    background: none;
    border: none;
    font-size: 18px;
    color: #000000;
    cursor: pointer;
    padding: 4px 8px;
    text-decoration: none;
    transition: color 0.2s;
}

.pd-topbar-btn:hover {
    color: #7ABEFA;
}

/* Post card */
.pd-post {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
}

/* Header bài viết */
.pd-post-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
}

.pd-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.pd-post-meta {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.pd-username {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}

.pd-time {
    font-size: 12px;
    color: #888888;
}

.pd-follow-btn {
    background: none;
    border: 1.5px solid #7ABEFA;
    border-radius: 6px;
    padding: 4px 14px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #7ABEFA;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s;
}

.pd-follow-btn:hover {
    background: #DDEEFF;
}

/* Ngày & caption */
.pd-post-date {
    padding: 0 14px 4px;
    font-size: 12px;
    color: #555555;
}

.pd-post-caption {
    padding: 0 14px 10px;
    font-size: 13px;
    color: #000000;
    line-height: 1.5;
}

/* Ảnh bài viết */
.pd-post-img img {
    width: 100%;
    display: block;
    max-height: 420px;
    object-fit: cover;
}

/* Actions */
.pd-post-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    border-top: 1px solid #f0f0f0;
}

.pd-actions-left {
    display: flex;
    gap: 16px;
}

.pd-action-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0;
    transition: color 0.2s;
}

.pd-action-btn i {
    font-size: 16px;
}

.pd-action-btn:hover {
    color: #7ABEFA;
}

/* Caption có link */
a.pd-post-link {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: color 0.15s;
}
a.pd-post-link:hover { color: #3d5afe; }

a.pd-post-img {
    display: block;
    cursor: pointer;
}

/* ===== TOUR LISTING ===== */

.pd-tour-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px 60px;
}

.pd-tour-hero {
    text-align: center;
    padding: 40px 0 24px;
}

.pd-tour-hero-title {
    font-size: 28px;
    font-weight: 700;
    color: #111;
    margin-bottom: 6px;
}

.pd-tour-hero-sub {
    font-size: 15px;
    color: #666;
}

/* Filters */
.pd-filters {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.pd-filter-tabs {
    display: flex;
    gap: 8px;
}

.pd-filter-tab {
    background: #f3f4f6;
    border: 1.5px solid transparent;
    border-radius: 20px;
    padding: 7px 18px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #555;
    cursor: pointer;
    transition: all 0.15s;
}

.pd-filter-tab.active,
.pd-filter-tab:hover {
    background: #e8f0fe;
    border-color: #3d5afe;
    color: #3d5afe;
}

.pd-province-select {
    border: 1.5px solid #e0e4f0;
    border-radius: 20px;
    padding: 7px 16px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #444;
    background: #fff;
    cursor: pointer;
    outline: none;
}

/* Tour grid */
.pd-tour-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}

.pd-tour-card {
    background: #fff;
    border: 1px solid #e8eaf0;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    transition: box-shadow 0.18s, transform 0.18s;
}

.pd-tour-card:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,.1);
    transform: translateY(-2px);
}

.pd-tour-card-img {
    position: relative;
    height: 190px;
}

.pd-tour-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pd-tour-badges {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.pd-tour-type-badge {
    background: rgba(61,90,254,.85);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 10px;
    backdrop-filter: blur(4px);
}

.pd-tour-featured {
    background: rgba(249,168,37,.9);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 10px;
}

.pd-tour-card-body {
    padding: 14px 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.pd-tour-name {
    font-size: 14px;
    font-weight: 700;
    color: #111;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pd-tour-meta-row {
    display: flex;
    gap: 16px;
    font-size: 12px;
    color: #666;
}

.pd-tour-meta-row i { color: #3d5afe; margin-right: 3px; }

.pd-tour-dep-row {
    font-size: 12px;
    color: #555;
}

.pd-tour-dep-row i { color: #aaa; margin-right: 4px; }

.pd-tour-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4px;
}

.pd-tour-price-block {
    display: flex;
    align-items: baseline;
    gap: 3px;
}

.pd-tour-from { font-size: 11px; color: #888; }
.pd-tour-price-val {
    font-size: 16px;
    font-weight: 700;
    color: #e53935;
}
.pd-tour-per { font-size: 11px; color: #888; }

.pd-tour-seats-ok {
    font-size: 11px;
    color: #27ae60;
    font-weight: 500;
}

.pd-tour-seats-full {
    font-size: 11px;
    color: #e53935;
    font-weight: 500;
}

/* Empty state */
.pd-empty {
    text-align: center;
    padding: 60px 20px;
    color: #aaa;
}

.pd-empty i {
    font-size: 48px;
    margin-bottom: 14px;
    display: block;
}
