/* ==========================================
   SELLER PROFILE CSS
   Covers:
   1.  Profile Header
   2.  Avatar & Verified Badge
   3.  Seller Info Block (name, bio, stats)
   4.  Content Area & Section Title
   5.  Info & Contact Cards
   6.  Review Cards
   7.  Toast
   8.  Edit Button & Header Nav
   9.  Role Toggle
   10. Seller Feed Header & Search Box
   11. Filter Button & Badge
   12. Filter Bottom Sheet
   13. Feed Badges & Reply Button
   14. Search Section Layout
   15. Address Text
   16. Login / Signup Sub-text
   17. Seller Edit Modal Sheet
   18. Reply Bottom Sheet
   19. Seller Profile Tabs
   20. My Replies Cards
========================================== */


/* ==========================================
   1. PROFILE HEADER
   Blue banner at top of seller profile page
========================================== */

.seller-header {
    background: #4A76BC;
    padding: 10px 16px 16px;
    position: relative;
    width: 100%;
}

.seller-back-btn {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.15);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: white;
    font-size: 0.8rem;
    margin-bottom: 8px;
    transition: background 0.2s;
}

.seller-back-btn:hover {
    background: rgba(255, 255, 255, 0.28);
}

.seller-header-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

/* Edit Profile button in the header */
.seller-edit-btn {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: white;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Segoe UI', sans-serif;
    transition: background 0.2s;
}

.seller-edit-btn:hover {
    background: rgba(255, 255, 255, 0.32);
}


/* ==========================================
   2. AVATAR & VERIFIED BADGE
   Profile photo circle + green tick overlay
========================================== */

.seller-profile-row {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}

.seller-profile-page .content-wrapper {
    padding-top: 12px;
}

.seller-avatar {
    width: 85px;
    height: 85px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid rgba(255, 255, 255, 0.5);
    flex-shrink: 0;
    position: relative;
}

.seller-avatar i {
    font-size: 1.6rem;
    color: white;
}

.seller-verified-badge {
    position: absolute;
    bottom: -3px;
    right: -3px;
    background: #22C55E;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #365E9D;
}

.seller-verified-badge i {
    font-size: 0.45rem;
    color: white;
}


/* ==========================================
   3. SELLER INFO BLOCK
   Name, bio, and stat pills inside header
========================================== */

.seller-info-block {
    flex: 1;
    min-width: 0;
}

.seller-name {
    font-size: 16px;
    font-weight: 700;
    color: white;
    margin-bottom: 2px;
}

.seller-bio {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 8px;
    line-height: 1.4;
}

/* Row of stat pills (rating, reply count etc.) */
.seller-stats-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.seller-stat-pill {
    display: flex;
    align-items: center;
    gap: 4px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.28);
    padding: 3px 9px;
    border-radius: 20px;
}

.seller-stat-pill .s-val {
    font-size: 11px;
    font-weight: 700;
    color: white;
}

.seller-stat-pill .s-lbl {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.75);
}

/* Icons inside stat pills */
.seller-star-icon  { color: #F5A623; font-size: 10px; }
.seller-check-icon { color: rgba(255, 255, 255, 0.85); font-size: 10px; }


/* ==========================================
   4. CONTENT AREA & SECTION TITLE
   Main scrollable body below the header
========================================== */

.seller-content {
    padding: 10px 16px 100px;
}

/* Bold heading above info / review blocks */
.seller-section-title {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin: 4px 0 12px;
    text-align: left;
}


/* ==========================================
   5. INFO & CONTACT CARDS
   White cards showing address, hours, phone
========================================== */

.seller-info-card,
.seller-contact-card {
    background: white;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

/* Each row inside an info card */
.seller-info-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 9px 0;
    border-bottom: 1px solid #eee;
}

.seller-info-row:first-child { padding-top: 0; }
.seller-info-row:last-child  { border-bottom: none; padding-bottom: 0; }

/* Blue icon box on the left of each info row */
.seller-info-icon {
    width: 34px;
    height: 34px;
    background: #eef3f8;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #4a76bc;
    font-size: 0.8rem;
}

.seller-info-text {
    font-size: 13px;
    color: #333;
    font-weight: 500;
}

/* Small uppercase label above contact buttons */
.seller-card-label {
    font-size: 10px;
    font-weight: 700;
    color: #888;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

/* Row of Call / WhatsApp / Email buttons */
.seller-contact-row {
    display: flex;
    gap: 8px;
}

.seller-contact-btn {
    flex: 1;
    height: 52px;
    background: #eef3f8;
    border: none;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 10px;
    font-weight: 600;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #4a76bc;
    cursor: pointer;
    transition: background 0.18s, color 0.18s;
}

.seller-contact-btn i { font-size: 0.95rem; }

.seller-contact-btn:hover {
    background: #4a76bc;
    color: white;
}


/* ==========================================
   6. REVIEW CARDS
   Customer review cards with avatar + stars
========================================== */

.seller-review-card {
    background: white;
    border-radius: 12px;
    padding: 14px;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

/* Coloured circle avatar for reviewer */
.seller-reviewer-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    color: white;
}

/* Avatar gradient colour variants */
.reviewer-pink  { background: linear-gradient(135deg, #f093fb, #f5576c); }
.reviewer-blue  { background: linear-gradient(135deg, #4facfe, #00f2fe); }
.reviewer-green { background: linear-gradient(135deg, #43e97b, #38f9d7); }

.seller-review-content { flex: 1; text-align: left; }

.seller-reviewer-name {
    font-size: 13px;
    font-weight: 700;
    color: #333;
    margin-bottom: 2px;
}

/* Gold star row */
.seller-stars {
    color: #F5A623;
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.seller-review-text {
    font-size: 12px;
    color: #888;
    line-height: 1.5;
    font-style: italic;
}


/* ==========================================
   7. TOAST
   Small dark pill that slides up from bottom
========================================== */

.seller-toast {
    position: fixed;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    background: #1e293b;
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 500;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
    white-space: nowrap;
    z-index: 999;
}

.seller-toast.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}


/* ==========================================
   8. ROLE TOGGLE
   Customer / Provider tab switcher on
   login and signup pages
========================================== */

.role-toggle {
    display: flex;
    background: #eef3f8;
    border-radius: 10px;
    padding: 4px;
    margin-bottom: 20px;
}

.role-toggle button {
    flex: 1;
    padding: 9px;
    border: none;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    background: transparent;
    color: #888;
    transition: all 0.2s ease;
    font-family: 'Segoe UI', sans-serif;
}

.role-toggle button.active {
    background: #4a76bc;
    color: white;
    box-shadow: 0 2px 8px rgba(74, 118, 188, 0.3);
}


/* ==========================================
   9. SELLER FEED HEADER & SEARCH BOX
   Top bar on seller-feed.html with logo,
   seller name pill, and white-on-blue search
========================================== */

.seller-feed-header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

/* Seller name shown as a pill in top-right */
.seller-feed-header-right {
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.28);
    padding: 5px 12px;
    border-radius: 20px;
    color: white;
    font-size: 0.8rem;
    font-weight: 600;
}

.seller-search-row {
    display: flex;
    gap: 8px;
    align-items: center;
}

/* Translucent search box used inside the blue header */
.seller-search-box {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 8px 12px;
}

.seller-search-box i {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
}

.seller-search-box input {
    background: transparent;
    border: none;
    outline: none;
    color: white;
    font-size: 0.85rem;
    font-family: 'Segoe UI', sans-serif;
    width: 100%;
}

.seller-search-box input::placeholder {
    color: rgba(255, 255, 255, 0.65);
}


/* ==========================================
   10. FILTER BUTTON & BADGE
   "Filter" button next to search bar +
   red count badge showing active filters
========================================== */

.seller-filter-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #4a76bc;
    border: none;
    color: white;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    font-family: 'Segoe UI', sans-serif;
    cursor: pointer;
    white-space: nowrap;
}

.seller-filter-btn:hover {
    background: #3a5d96;
}

/* Red dot showing number of active filters */
.filter-badge {
    background: #ef4444;
    color: white;
    font-size: 0.65rem;
    font-weight: 700;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 2px;
}


/* ==========================================
   11. FILTER BOTTOM SHEET
   Slide-up panel with category, area,
   date, and status filter options
========================================== */

.filter-sheet {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    width: 100%;
    max-width: 420px;
    background: white;
    border-radius: 20px 20px 0 0;
    padding: 16px 20px 30px;
    z-index: 600;
    transition: transform 0.3s ease;
    display: none;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.12);
}

.filter-sheet.open {
    transform: translateX(-50%) translateY(0);
}

/* Drag handle at top of sheet */
.filter-sheet-handle {
    width: 36px;
    height: 4px;
    background: #e2e8f0;
    border-radius: 2px;
    margin: 0 auto 16px;
}

.filter-sheet-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.filter-sheet-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
}

/* "Clear All" link in top-right of sheet */
.filter-clear-btn {
    background: none;
    border: none;
    color: #ef4444;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Segoe UI', sans-serif;
}

/* Each filter group (category, area, date, status) */
.filter-section {
    margin-bottom: 20px;
}

.filter-section-label {
    font-size: 0.75rem;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin-bottom: 10px;
}

/* Wrapping row of selectable chips */
.filter-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

/* Individual pill chip — toggles active on tap */
.filter-chip {
    padding: 6px 14px;
    border-radius: 20px;
    border: 1.5px solid #e2e8f0;
    background: white;
    color: #555;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Segoe UI', sans-serif;
    transition: all 0.15s ease;
}

.filter-chip.active {
    background: #4a76bc;
    border-color: #4a76bc;
    color: white;
}

/* Area / city dropdown inside filter sheet */
.filter-area-select {
    width: 100%;
    padding: 10px 14px;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    font-size: 0.9rem;
    font-family: 'Segoe UI', sans-serif;
    color: #333;
    outline: none;
    background: white;
    cursor: pointer;
}

.filter-area-select:focus {
    border-color: #4a76bc;
}

/* Apply Filters button at bottom of sheet */
.filter-apply-btn {
    width: 100%;
    padding: 14px;
    background: #4a76bc;
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    font-family: 'Segoe UI', sans-serif;
    margin-top: 4px;
    transition: background 0.2s;
}

.filter-apply-btn:hover {
    background: #3a5d96;
}


/* ==========================================
   12. FEED BADGES & REPLY BUTTON
   Status badges on feed post cards +
   the blue Reply CTA button
========================================== */

/* Yellow — post has no replies yet */
.seller-unanswered-badge {
    margin-left: auto;
    background: #fff3cd;
    color: #b45309;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 20px;
    white-space: nowrap;
}

/* Green — post has at least one reply */
.seller-answered-badge {
    margin-left: auto;
    background: #dcfce7;
    color: #15803d;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 20px;
    white-space: nowrap;
}

/* Blue Reply button on each post card */
.seller-reply-btn {
    background: #4a76bc;
    color: white;
    border: none;
    padding: 7px 16px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Segoe UI', sans-serif;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: background 0.2s;
}

.seller-reply-btn:hover {
    background: #3a5d96;
}


/* ==========================================
   13. SEARCH SECTION LAYOUT
   Search bar + filter button row below header
   on seller-feed.html
========================================== */

.search-section {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 20px;
}

.search-section .search-bar {
    flex: 3;
    margin-bottom: 0;
}

.search-section .seller-filter-btn {
    flex: 1;
    justify-content: center;
    height: 100%;
}


/* ==========================================
   14. ADDRESS TEXT
   Truncated to 1 line, tap to expand
========================================== */

.seller-address-text {
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    cursor: pointer;
}

.seller-address-text.expanded {
    display: block;
    overflow: visible;
}


/* ==========================================
   15. LOGIN / SIGNUP SUB-TEXT
   "as Customer" / "as Service Provider"
   shown next to the page heading
========================================== */

#loginSubText, #signupSubText {
    font-weight: 400;
    font-size: 0.9em;
    color: #555;
}


/* ==========================================
   16. SELLER EDIT MODAL SHEET
   Bottom sheet for editing seller profile
   info (shop name, bio, address etc.)
========================================== */

.seller-edit-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 800;
    align-items: flex-end;
    justify-content: center;
}

.seller-edit-sheet {
    background: white;
    width: 100%;
    max-width: 420px;
    border-radius: 20px 20px 0 0;
    padding: 20px;
    max-height: 85vh;
    overflow-y: auto;
}

.seller-edit-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.seller-edit-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
}

.seller-edit-close {
    background: none;
    border: none;
    font-size: 1.2rem;
    color: #888;
    cursor: pointer;
}

.seller-edit-save {
    width: 100%;
    margin-top: 8px;
}


/* ==========================================
   17. REPLY BOTTOM SHEET
   Seller reply form on seller-feed.html —
   slides up when tapping Reply on a post
========================================== */

.reply-sheet {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    width: 100%;
    max-width: 420px;
    background: white;
    border-radius: 20px 20px 0 0;
    padding: 16px 20px 30px;
    z-index: 800;
    transition: transform 0.35s cubic-bezier(0.32, 0.72, 0, 1);
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.15);
    max-height: 88vh;
    overflow-y: auto;
    visibility: hidden;
}

.reply-sheet.open {
    transform: translateX(-50%) translateY(0);
    visibility: visible;
}

.reply-sheet-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f1f5f9;
}

.reply-sheet-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1e293b;
}

/* "Replying to: CustomerName" pill */
.reply-to-label {
    font-size: 0.8rem;
    color: #4a76bc;
    font-weight: 600;
    margin-bottom: 16px;
    margin-top: 10px;
    background: #eef3f8;
    padding: 6px 12px;
    border-radius: 20px;
    display: inline-block;
}

/* Multi-line text inputs inside reply form */
.reply-textarea {
    width: 100%;
    height: 85px;
    resize: none;
    font-family: 'Segoe UI', sans-serif;
    font-size: 0.88rem;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    padding: 10px 12px;
    outline: none;
    color: #334155;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.reply-textarea:focus {
    border-color: #4a76bc;
}

/* Red asterisk shown on required fields */
.reply-required {
    color: #ef4444;
    font-size: 0.8rem;
}

/* Cancel / Send Reply button row */
.reply-sheet-actions {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #f1f5f9;
}

.reply-cancel-btn {
    flex: 1;
    padding: 13px;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    background: white;
    color: #64748b;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Segoe UI', sans-serif;
    font-size: 0.9rem;
    transition: background 0.2s;
}

.reply-cancel-btn:hover {
    background: #f8fafc;
}

.reply-submit-btn {
    flex: 1;
    padding: 13px;
    border: none;
    border-radius: 12px;
    background: #4a76bc;
    color: white;
    font-weight: 700;
    cursor: pointer;
    font-family: 'Segoe UI', sans-serif;
    font-size: 0.9rem;
    transition: background 0.2s;
    letter-spacing: 0.3px;
}

.reply-submit-btn:hover {
    background: #3a5d96;
}


/* ==========================================
   18. SELLER PROFILE TABS
   Info / My Replies switcher on
   seller-profile.html
========================================== */

.seller-tabs-row {
    display: flex;
    background: #eef3f8;
    border-radius: 10px;
    padding: 4px;
    margin-bottom: 16px;
    gap: 4px;
}

.seller-tab {
    flex: 1;
    padding: 9px;
    border: none;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    background: transparent;
    color: #888;
    transition: all 0.2s ease;
    font-family: 'Segoe UI', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.seller-tab.active {
    background: #4a76bc;
    color: white;
    box-shadow: 0 2px 8px rgba(74, 118, 188, 0.3);
}


/* ==========================================
   19. MY REPLIES CARDS
   Cards in the seller's "My Replies" tab —
   each card represents one replied-to post
========================================== */

.my-reply-post-card {
    background: white;
    border-radius: 14px;
    padding: 14px;
    margin-bottom: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    border: 1px solid #f0f0f0;
    cursor: pointer;
    transition: box-shadow 0.2s;
}

.my-reply-post-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Card header: avatar + customer name + open/closed badge */
.my-reply-card-header {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f5f9;
}

.my-reply-customer-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #eef3f8;
    flex-shrink: 0;
}

.my-reply-customer-info {
    flex: 1;
    min-width: 0;
}

.my-reply-customer-name {
    font-size: 0.9rem;
    font-weight: 700;
    color: #1e293b;
    text-align: left;
    line-height: 1.3;
}

.my-reply-customer-location {
    font-size: 0.72rem;
    color: #94a3b8;
    margin-top: 2px;
    text-align: left;
}

/* Open / Closed status badge */
.my-reply-status {
    font-size: 0.7rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    white-space: nowrap;
    flex-shrink: 0;
    align-self: flex-start;
}

.my-reply-status-open   { background: #dcfce7; color: #15803d; }
.my-reply-status-closed { background: #fee2e2; color: #dc2626; }

/* Small uppercase label above content sections */
.my-reply-section-label {
    font-size: 0.72rem;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 4px;
    text-align: left;
}

/* Customer's original problem text */
.my-reply-question {
    font-size: 0.85rem;
    color: #334155;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 8px;
}

/* Product / model number tag row */
.my-reply-tags {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.my-reply-tags .reply-chip { font-size: 0.75rem; }

.my-reply-tags .tag {
    background: #f1f5f9;
    color: #475569;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 6px;
}

/* Divider between the post section and reply section */
.my-reply-divider {
    border: none;
    border-top: 1px solid #f1f5f9;
    margin-bottom: 10px;
}

/* Seller's reply preview text */
.my-reply-preview {
    font-size: 0.85rem;
    color: #334155;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 10px;
}

/* Row of cost / type / time / warranty info chips */
.my-reply-chips {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 4px;
}

/* Card footer: reply date + View button */
.my-reply-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid #f1f5f9;
    font-size: 0.72rem;
    color: #94a3b8;
}

/* Coloured icons inside reply detail chips */
.reply-chip-cost i     { color: #b45309; }
.reply-chip-type i     { color: #6d28d9; }
.reply-chip-time i     { color: #0369a1; }
.reply-chip-warranty i { color: #15803d; }

.get-dashboard-btn{
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Segoe UI', sans-serif;
    transition: background 0.2s;
    display: inline-block;
}

.get-dashboard-btn:hover{
    background: rgba(255, 255, 255, 0.32);
}