.buyingPagePadding
{
    padding: 20px 25px;
}

@media (max-width: 767px)
{
    .buyingPagePadding
    {
        padding: 15px;
    }
}

#map
{
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
}

.sellerMarker .fa-location-dot
{
    color: #fd6017;
}

.sellerMarker
{
    margin-right: 8px;
}

.nearestMarker .fa-location-dot
{
    color: var(--blue);
}

.loginCta a
{
    text-decoration: none;
}

.greenOutline,
.greenOutline:hover,
.greenOutline:focus,
.greenOutline:active
{
    background-color: white;
    color: #26b82e;
    border: 1px solid #26b82e!important;
    height: fit-content!important;
    margin-top: 10px;
    padding: 0.375rem 0.75rem!important;
}

.greenOutline a,
.greenOutline a:hover,
.greenOutline a:focus,
.greenOutline a:active
{
    color: #26b82e!important;
}

.hearerRowBuyer
{
    border: 1px solid #f2f4f7;
    background-color: #f9fafb;
    color: #3a4353;
    display: flex;
    font-weight: bolder;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
}

.displayInitials
{
    width: 40px!important;
    height: 42px!important;
    font-size: 20px!important;
    background: #eeeef0!important;
    color: #424552!important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.headerRow
{
    display: flex;
    align-items: center;
}

.nameRow
{
    display: flex;
    flex-direction: column;
}

.rowCircle
{
    font-size: 5px;
    margin-right: 5px;
    margin-left: 5px;
    vertical-align: middle;
}

.statusBg
{
    border-radius: 5px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 14px;
}

.activeStatus
{
    background-color: #ebf8ea;
    color: #1b9319;
}

.inactiveStatus
{
    background-color: #fef5e6;
    color: #f29402;
}

.foundStatus
{
    background-color: #ebf5f5;
    color: #0d97a2;
}

.buyerRowName
{
    font-size: 14px;
}

.buyerRowDetails
{
    font-size: 12px;
    display: block;
    line-height: 1.6;
}

.listingBuyRow
{
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #edeff2;
}

.mobileShowBuyerRow
{
    display: none;
}

.dateCol
{
    font-size: 14px;
}

.viewAdBuying
{
    font-size: 14px;
}

.viewAdBuyingMobile
{
    display: none;
}

@media(min-width:0) and (max-width:991.98px)
{
    .galleryRow
    {
        flex-direction:column;
    }
    .galleryWrapper,
    .content-left,
    .content-right
    {
        width: 94vw!important;
    }

    .meta-row
    {
        font-size: 0.6em!important;
    }

    .meta-item
    {
        width: max-content;
    }

    .title-details h1
    {
        font-size: 0.9em!important;
    }
    .header,
    .viewAdBuying,
    .dateCol
    {
        display: none;
    }

    .viewAdBuyingMobile
    {
        display: flex!important;
        border: none;
        width: fit-content;
        padding-right: 0px;
        margin-right: 0px;
        color: #3e3e42;
    }

    .buyerRowName
    {
        font-size: 10px;
        font-weight: bold;
    }

    .buyerRowDetails
    {
        font-size: 9px;
    }

    .statusBg
    {
        font-size: 9px;
    }

    .displayInitials
    {
        width: 40px !important;
        height: 40px !important;
        font-size: 15px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
    }

    .mobileShowBuyerRow
    {
        display: flex;
        font-size: 9px;
        margin-top: 5px;
    }

    .sideRow
    {
        display: none;
    }
}

.sideTitle
{
    font-size: 17px;
    font-weight: bold;
}

.sideWrapper
{
    background-color: #f9fafb;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    padding-bottom: 15px;
}

.activeCard
{
    background-color: #f1f8f2;
    border-radius: 5px;
    padding-left: 7px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.foundCard
{
    background-color: #ebf5f5;
    border-radius: 5px;
    padding-left: 7px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.inactiveCard
{
    background-color: #fef8ed;
    border-radius: 5px;
    padding-left: 7px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pauseSide
{
    display: flex;
    color: #f99a06;
    align-items: center;
}

.pauseSide .fa-circle-pause
{
    margin-right: 8px;
}

.checkFullSide
{
    display: flex;
    color: #0d97a2;
    align-items: center;
}

.checkFullSide .fa-circle-check
{
    margin-right: 8px;
}

.checkSide
{
    display: flex;
    color: #1f971b;
    align-items: center;
}

.checkSide .fa-circle-check
{
    color: #1f971b;
    margin-right: 8px;
}

.textActive,
.textFound,
.textInactive
{
    color: #5d626b;
    font-size: 13px;
    /* text-align: end; */
    display: flex;
    justify-content: end;
}

.infoSideCard
{
    background-color: #f7f9f9;
    border-radius: 5px;
    padding-left: 10px;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
}

.infocardTitle
{
    font-size: 18px;
    font-weight: bold;
}

.infoBottom
{
    display: flex;
    margin-top: 20px;
}

.iconSideBg
{
    border-radius: 48%;
    padding: 10px;
    background-color: #e8e9ea;
}

.fa-shield-halved
{
    color: #373d41;
    font-size: 18px;
}

.iconSide 
{
    margin-top: 11px;
}

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #2563eb;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 24px;
}

.back-link:hover {
    text-decoration: underline;
}

.main-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 24px;
    align-items: start;
}

/* Responsive breakout for smaller desktop setups */
@media (max-width: 900px) {
    .main-layout {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   Left Main Panel Elements
   ========================================================================== */
.title-block {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
    position: relative;
}

.avatar-circle {
    width: 48px;
    height: 48px;
    background-color: #e2e8f0;
    color: #475569;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1rem;
    flex-shrink: 0;
}

.title-details h1 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
    line-height: 1.25;
}

.meta-row {
    display: flex;
    gap: 16px;
    font-size: 0.85rem;
    color: #64748b;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.status-expired {
    color: #dc2626;
    font-weight: 500;
}

.save-btn {
    margin-left: auto;
    background: white;
    border: 1px solid #cbd5e1;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 500;
    color: #334155;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

/* Reusable General Content Box Structure */
.card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 16px;
}

/* Specific Banner Alerts styles */
.alert-card {
    background-color: #fff5f5;
    border-color: #fee2e2;
    display: flex;
    gap: 20px;
    flex-direction: row;
}

.card-icon-container {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

#messageSellerBtn, #messageSellerBtn:hover
 {
    border:1px solid var(--blue)!important;
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    padding: 0.375rem 0.75rem;
}

.circle-red { background-color: #fee2e2; }
.circle-blue { background-color: #dbeafe; }
.circle-gray { background-color: #f1f5f9; }

.icon-red { color: #ef4444; font-size: 1.25rem; }
.icon-blue { color: #2563eb; font-size: 1.25rem; }
.icon-gray { color: #64748b; font-size: 1.25rem; }

.card-body h2 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
}

/* ==========================================================================
   Sidebar Panels Elements
   ========================================================================== */
.sidebar-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 14px;
}

.details-table {
    width: 100%;
    border-collapse: collapse;
}

.details-table td {
    padding: 6px 0;
    font-size: 0.85rem;
    line-height: 1.4;
}

.details-table td:first-child {
    color: #64748b;
    width: 35%;
    padding-right: 8px;
}

.details-table td:last-child {
    color: #0f172a;
    font-weight: 500;
}

.security-icon {
    color: #475569;
    font-size: 1.1rem;
    margin-top: 2px;
}

.sidebar-text {
    font-size: 0.85rem;
    color: #475569;
    line-height: 1.5;
}

.placeholder-card {
    background-color: #f8fafc;
    border-style: dashed;
    border-color: #cbd5e1;
}

.placeholder-image-icon {
    font-size: 1.75rem;
    color: #94a3b8;
}

/* ==========================================================================
   Helper UI Button & Link Elements
   ========================================================================== */
.btn {
    font-size: 0.85rem;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    border: none;
    transition: background-color 0.15s;
}

.btn-primary {
    background-color: #2563eb;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #1d4ed8;
}

.btn-outline {
    background-color: transparent;
    border: 1px solid #2563eb;
    color: #2563eb;
}

.btn-outline:hover {
    background-color: #eff6ff;
}

.accent-link {
    color: #2563eb;
    font-size: 0.85rem;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.accent-link:hover {
    text-decoration: underline;
}

/* Utility Utilities Classes */
.flex-row { display: flex; }
.flex-row-space-between { display: flex; justify-content: space-between; }
.align-center { align-items: center; }
.align-start { align-items: flex-start; }
.align-top { vertical-align: top; }
.justify-center { justify-content: center; }
.gap-sm { gap: 8px; }
.gap-md { gap: 16px; }
.no-margin { margin: 0; }
.margin-top-xs { margin-top: 4px; }
.margin-top-sm { margin-top: 6px; }
.margin-top-md { margin-top: 12px; }
.margin-bottom-sm { margin-bottom: 8px; }
.margin-bottom-md { margin-bottom: 16px; }
.padding-lg { padding: 24px; }
.bold-text { font-weight: 600; }
.muted-text { color: #64748b; font-size: 0.875rem; line-height: 1.4; }
.text-sm { font-size: 0.9rem; }
.text-xs { font-size: 0.8rem; }

.ctaExpiredWrapper
{
    background-color: #f3f7fe;
    border-radius: 5px;
    border: 1px solid #e7effe;
}

.expiredCtaTitle
{
    font-size: 1em;
    font-weight: bold;
}

.ctaBtnExpired,
.ctaBtnExpired:hover
{
    height: fit-content;
    color: var(--blue);
    border: 1px solid var(--blue);
}
.ctaBtnExpired a{
    text-decoration: none;
}

.galleryWrapper
{
    width: 400px;
}

.infoSection
{
    background-color: #fffeff;
    border: 1px solid #f5f6f8;
    border-radius: 5px;
    padding: 15px;
}

.infoTitle 
{
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 18px;
}

.infoRightText
{
    font-size: 0.9em;
}

.infoIconBg
{
    background-color: #f4f4f4;
    padding: 10px;
    border-radius: 50%;
}

.statusTitle
{
    font-size: 0.95rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 14px;
}

.activeWrapper
{
    background: #f2faf3;
    padding: 10px;
    font-size: 14px;
}

.activeText
{
    padding-left: 1.063rem;
}

.iconBgActive
{
    color: #1db92c;
}

.tipsWrapper
{
    font-size: 14px;
}

.missingWrapper
{
    background-color: #fef9ef;
    border: 1px solid #fde8bd;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 10px 15px 10px 15px;
}

.missingIconWrapper
{
    background-color: #fefcf7;
    border: 1px solid #fda82a;
    border-radius: 50%;
    padding: 10px;
}

.missingInfoTitle
{
    font-size: 0.9em;
    font-weight: bold;
}

.missingText
{
    font-size: 0.8em;
}

.missingCta,
.missingCta:hover
{
    background-color: white;
    color: var(--blue);
    border: 1px solid var(--blue);
}

.detailsActive
{
    height: fit-content;
}

.missingAdditional
{
    font-size: 0.8em;
}

.status-found
{
    color: #12b520;
}

.success-card
{
    background-color: #f8fbf8;
    border-radius: 5px;
    border: 1px solid #e7f0e7;
}

.circle-green
{
    border: 1px solid #2ea332;
    padding: 35px;
}

.foundCardIconBg
{
    background-color: #f0f0f0;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.foundInfo
{
    align-items: center;
    margin-left: 2rem;
}

.foundInfo p
{
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 14px;
}

.foundContact
{
    flex-direction: column;
}

.foundContact .fillInfo
{
    width: 90%!important;
    font-size: 10px!important;
}

.foundContact .buyingBtn
{
    width: 93%;
    margin-left: auto;
    margin-right: auto;
}

.activeStatusWrapper
{
    color: #1db92c;
    background-color: #f2faf3;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 12px
}

.expiredStatus
{
    color: #dc2626!important;
}

.headerTitleRow
{
    flex-direction: column;
}