
.quick-valuation-content {
    background-color: var(--color_antique_light_cream);
}

.valuation-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border-top: 4px solid var(--color_antique_gold)
}

.upload-area {
    border: 2px dashed var(--color_antique_gold);
    border-radius: 8px;
    padding: 2rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}

.upload-area:hover {
    background-color: rgba(210, 180, 140, 0.1);
}

/* PDF Report Styles */
.pdf-report {
    background: white;
    width: 100%;
    min-height: 11in;
    padding: 1.5cm;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    position: relative;
}

.pdf-header {
    border-bottom: 2px solid var(--color_antique_olive_green);
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.pdf-logo {
    height: 50px;
}

.pdf-title {
    color: var(--color_antique_olive_green);
    font-weight: 700;
}

.value-range {
    font-size: 1.8rem;
    font-weight: 700;
}

.confidence-meter {
    height: 10px;
    background-color: #e9ecef;
    border-radius: 5px;
    overflow: hidden;
}

.confidence-level {
    height: 100%;
    background: linear-gradient(90deg, var(--color_antique_olive_green), var(--color_antique_light_cream));
}

.specs-table td {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.specs-table tr:last-child td {
    border-bottom: none;
}

.watermark {
    position: absolute;
    opacity: 0.1;
    font-size: 20rem;
    font-weight: 700;
    color: var(--color_antique_olive_green);
    z-index: -1;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-30deg);
    white-space: nowrap;
}

table {
    page-break-inside: avoid;
}

tr {
    page-break-inside: avoid;
}
ul, ol {
    page-break-inside: avoid;
}
#pdfReport {
    page-break-inside: avoid;
}
#pdfImages {
    float: left;
    justify-content: flex-start;
    display: flex;
    padding-right: 10px;
    padding-bottom: 0px;
}
#pdfImages img {
    page-break-inside: avoid;
    display: inline-block;
    width: 100%;
}
.pdf-image-container:first-child {
    padding-right: 5px;
}

.no-page-break {
    page-break-inside: avoid;
    break-inside: avoid;
}


@media print {
    body * {
        visibility: hidden;
    }
    .pdf-report, .pdf-report * {
        visibility: visible;
    }
    .pdf-report {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        box-shadow: none;
    }
    .no-print {
        display: none !important;
    }
}
.tool-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border-top: 4px solid var(--color_antique_gold);
}

/* Image Match Page */
.image-match-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-top: 4px solid var(--color_antique_gold);
}


/* Image Match Page */
#imageResultForQuickValuation {
    max-height: 300px;
}

.image-match-results .main-image {
    max-height: 150px;
}

.gallery-items-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
}
.gallery-items-container:after {
    --width: 2;
    --height: 1;
    --ratio: calc(var(--width)/var(--height));
    --row-height: 12em;
    content: "";
    flex-basis: calc(var(--ratio)*var(--row-height));
    flex-grow: 1000000;
}

.antique-item {
    --ratio: calc(var(--width)/var(--height));
    --row-height: 12em;
    flex-basis: calc(var(--ratio)*var(--row-height));
    flex-grow: calc(var(--ratio)*100);
    margin-bottom: 0.75em;
    margin-right: 0.75em;
    position: relative;
}
.antique-item a {
    cursor: pointer;
}
.antique-item img {
    display: block;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    transition: opacity .3s ease;
    width: 100%;
    /* max-height: 214px; */
    max-height: 12em;
    border: 1px solid #ebebeb;
}
.image-match-results {
    padding: 0 var(--margin_left_on_page);
}
.EaFJSLGDW4qqApqY {
    color: white;
    justify-content: center;
    background-color: rgb(60, 78, 96, 0.5);
    font-weight: bold;
    opacity: 0.9;
    padding: 5px 10px;
    border: 1px solid white;
    overflow: hidden;
    white-space: nowrap;
}
.f99nDs22XTHDErPs{
    position: absolute;
    display: flex;
    bottom: 10px;
    width: 100%;

    justify-content: center;
}
