.list-error-ul {
    padding-left: 0px;
    list-style: none !important;
}

.list-error-ul li {
    padding-left: 0px;
    color: red;
}

.fileinput-cancel-button {
    border-radius: 2px !important;
    display: none;
}

.fileinput-upload-button {
    border-radius: 2px !important;
}

.btn-file {
    border-radius: 2px !important;
}

.fileinput-remove-button {
    border-radius: 0px !important;
    display: none;
}

.fileinput-remove {
    border: 0px;
    padding: 5px;
}

.glyphicon-remove {
    display: none;
}

.kv-error-close {
    border: 0px;
}

.btn-close {
    display: none;
}

.preview-img {
    border-radius: 3px;
    padding: 2px;
    width: 100%;
    height: 120px;
    border-radius: 5px !important;
}

.draft-preview-photo {
    border-radius: 3px;
}

.img-cover {
    width: 100%;
    max-height: 200px;
    min-height: 200px;
}

.cursor-pointer {
    cursor: pointer;
}

.status-01 {
    background-color: #dd0000 !important;
}

.disabled .page-link {
    background: #989797 !important;
}

/*------ 10. Filter -------*/
.filter {
    position: fixed;
    z-index: 9999999;
    width: 400px;
    right: -440px;
    height: 100%;
    overflow-y: auto;
    padding: 10px;
    top: 0px;
}

.filter>.filters-container {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    min-height: 100%;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}

.filter.active {
    right: 15px;
}

.filter-btn.close {
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 1;
}

.filter-backdrop {
    background: rgba(128, 212, 255, 0.25);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    display: none;
}




.btn-outline-sama{
    background-color: #e1214d;
    border-color: #e1214d;
    color:white;
}

.btn-outline-sama:hover{
    background-color: #dd0000;
    border-color: #dd0000;
    color:white;
}



.error{
    color:red;
    font-weight: bold;
}
.dropdown-320{
    min-width: 320px;
}
/* inventory style */
:root {
    /* --theme-color: #ef1d26; */
    --theme-color: #e1214d;
    --theme-bg-light: #f9f9f9;
    --body-text-color: #757f95;
    --color-white: #ffffff;
    --color-dark: #111111;
    --color-green: #11b76b;
    --color-blue: #0049d0;
    --color-yellow: #fba707;
    --hero-overlay-color: #01060f;
    --slider-arrow-bg: rgba(255, 255, 255, 0.2);
    --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    --box-shadow2: 0 0 15px rgba(0, 0, 0, 0.17);
    --transition: all 0.5s ease-in-out;
    --transition2: all 0.3s ease-in-out;
    --border-info-color: rgba(0, 0, 0, 0.08);
    --border-info-color2: rgba(0, 0, 0, 0.05);
    --border-white-color: rgba(255, 255, 255, 0.08);
    --border-white-color2: rgba(255, 255, 255, 0.05);
    --footer-bg: #111111;
    --footer-bg2: #181818;
    --footer-text-color: #f5faff;
}

.a-list {
    color: var(--color-dark);
    display: inline-block;
}

.a-list:hover {
    color: var(--color-blue);
}

.car-list {
    margin: 0;
    padding: 0;
}

.car-list li {
    list-style: none;
}

.car-img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: auto;
}

.ovrflow-hidden {
    overflow: hidden;
}

.position-relative {
    position: relative;
    z-index: 1;
}

.text-right {
    text-align: right;
}

.space-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c-pd {
    padding: 0 7rem;
}

.s-pd {
    padding: 0 12rem;
}

.h-100 {
    height: 100%;
}

.h-100vh {
    height: 100vh;
}

.bg {
    background: var(--theme-bg-light);
}

.pb-140 {
    padding-bottom: 140px;
}

.pd-50 {
    padding: 50px 0;
}

.py-120 {
    padding: 120px 0;
}

.pt-120 {
    padding-top: 120px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pt-0 {
    padding-top: 0;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.mt-0 {
    margin-top: 0;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-120 {
    margin-top: 120px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mr-300 {
    margin-right: 300px;
}

.ml-300 {
    margin-left: 300px;
}

.theme-btn {
    font-size: 16px;
    color: var(--color-white);
    padding: 12px 20px;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    border-radius: 13px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background: var(--theme-color);
    box-shadow: var(--box-shadow);
    z-index: 1;
}

.theme-btn::before {
    content: "";
    height: 300px;
    width: 300px;
    background: var(--color-dark);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}

.theme-btn:hover {
    color: var(--color-white);
}

.theme-btn:hover::before {
    transform: translateY(-50%) translateX(-50%) scale(1);
}

.theme-btn i {
    margin-left: 5px;
}

.theme-btn span {
    margin-right: 5px;
}

.theme-btn2 {
    background: var(--color-white);
    color: var(--theme-color);
}

.theme-btn2::before {
    background: var(--theme-color);
}

.theme-btn2:hover {
    color: var(--color-white);
}

.car-brand {
    position: relative;
}

.car-area {
    position: relative;
}

.car-item {
    background: var(--color-white);
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 25px;
    box-shadow: var(--box-shadow);
    transition: var(--transition);
}

.car-content {
    padding: 10px 10px 6px;
}

.car-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.car-img img {
    border-radius: 10px;
}

.car-item:hover .car-img img {
    transform: scale(1.2);
}

.car-status {
    position: absolute;
    left: 10px;
    top: 10px;
    background: var(--theme-color);
    color: var(--color-white);
    padding: 2px 8px;
    border-radius: 6px;
    box-shadow: var(--box-shadow);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    z-index: 1;
}

.car-status.status-1 {
    background: var(--theme-color);
}

.car-status.status-2 {
    background: var(--color-green);
}

.car-btns {
    position: absolute;
    right: -10px;
    top: 10px;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    z-index: 1;
}

.car-item:hover .car-btns {
    right: 10px;
    opacity: 1;
    visibility: visible;
}

.car-btns a {
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    background: var(--theme-color);
    color: var(--color-white);
    border-radius: 50px;
    box-shadow: var(--box-shadow);
    margin-bottom: 8px;
    display: block;
}

.car-btns a:hover {
    background: var(--color-dark);
    color: var(--color-white);
}

.car-top h4 {
    font-size: 18px;
    margin-bottom: 7px;
}

.car-top h4 a:hover {
    color: var(--theme-color);
}

.car-rate {
    font-size: 14px;
}

.car-rate i {
    color: var(--color-yellow);
}

.car-rate span {
    margin-left: 2px;
}

.car-list {
    margin-top: 12px;
}

.car-list li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
    font-size: 14px;
}

.car-list i {
    color: var(--theme-color);
    margin-right: 6px;
}

.car-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.car-price {
    font-size: 19px;
    font-weight: 600;
    color: var(--theme-color);
}

.car-item .theme-btn {
    padding: 5px 13px;
    border-radius: 10px;
}

.car-area.list .car-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.car-area.list .car-img {
    width: 360px;
}

.car-area.list .car-content {
    flex: 1;
}

.car-area.list .car-content p {
    font-size: 15px;
}

@media all and (max-width: 991px) {
    .car-area.list .car-item {
        flex-direction: column;
    }

    .car-area.list .car-img {
        width: 100%;
    }
}

.car-sidebar {
    margin-bottom: 30px;
}

.car-widget {
    padding: 20px;
    border-radius: 10px;
    background: var(--color-white);
    margin-bottom: 30px;
}

.car-widget-title {
    margin-bottom: 25px;
    padding-bottom: 10px;
    font-size: 20px;
    position: relative;
    color: var(--color-dark);
}

.car-widget-title::before {
    position: absolute;
    content: "";
    width: 30px;
    border-bottom: 3px solid var(--theme-color);
    bottom: 0;
    left: 0;
}

.car-widget-title::after {
    position: absolute;
    content: "";
    width: 5px;
    border-bottom: 3px solid var(--theme-color);
    bottom: 0;
    left: 35px;
}

.car-search-form .form-group {
    position: relative;
}

.car-search-form .form-control {
    padding: 12px 50px 12px 15px;
    border-radius: 12px;
    box-shadow: none;
}

.car-search-form .form-control:focus {
    border-color: var(--theme-color);
}

.car-search-form button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 18px 6px;
    background: 0 0;
    border: none;
    color: var(--theme-color);
}

.car-widget ul li {
    margin-bottom: 10px;
}

.car-widget .form-check-input {
    box-shadow: none;
    margin-top: 7px;
}

.car-widget .form-check-input:checked {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.car-widget .form-check-input:focus {
    border-color: var(--theme-color);
}

.car-widget .form-check-label {
    color: var(--color-dark);
}

.car-sort {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--color-white);
    margin-bottom: 25px;
    padding: 10px 10px 10px 15px;
    border-radius: 10px;
}

.car-sort-list-grid a {
    width: 35px;
    height: 35px;
    line-height: 34px;
    border-radius: 6px;
    text-align: center;
    border: 1px solid var(--border-info-color);
    color: var(--color-dark);
}

.car-sort-list-grid a.active {
    border-color: var(--theme-color);
    color: var(--theme-color);
}

.car-sort .nice-select {
    height: 46px;
    line-height: 45px;
    border-radius: 8px;
    padding-left: 20px;
}

@media (max-width: 767px) {
    .car-sort {
        flex-direction: column;
        gap: 25px;
        padding: 20px;
    }

    .car-sort .nice-select {
        width: 250px;
    }
}

.car-single-wrapper {
    position: relative;
}

.car-single-widget {
    background: var(--color-white);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 25px;
}

.car-single-top {
    margin-bottom: 25px;
}

.car-single-title {
    margin-top: 10px;
    margin-bottom: 8px;
}

.car-single-top .car-status {
    position: unset;
    font-size: 14px;
    padding: 5px 15px;
}

.car-single-meta li {
    display: inline-block;
    margin-right: 15px;
}

.car-single-meta li i {
    color: var(--theme-color);
}

.car-single-slider {
    position: relative;
}

.car-single-slider img {
    border-radius: 10px;
}

.car-single-slider .flex-control-thumbs img {
    padding: 0;
}

.car-single-slider .flex-control-nav {
    margin-top: 20px;
}

.car-single-slider .flexslider-thumbnails .flex-direction-nav a {
    margin-top: -80px;
    border-radius: 50%;
    line-height: 40px;
}

.car-single-slider .flexslider-thumbnails .flex-direction-nav .flex-prev {
    left: 20px;
}

.car-single-slider .flexslider-thumbnails .flex-direction-nav .flex-next {
    right: 20px;
}

.car-key-item {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
}

.car-key-icon {
    margin-top: 5.5px;
}

.car-key-icon i {
    font-size: 24px;
    line-height: 1;
    color: var(--theme-color);
}

.car-single-list li {
    margin: 8px 0;
}

.car-single-list li i {
    color: var(--theme-color);
    margin-right: 5px;
}

.car-single-map iframe {
    height: 300px;
    border-radius: 10px;
}

.car-single-price {
    font-weight: 700;
    color: var(--theme-color);
    margin-bottom: 15px;
}

.car-single-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.car-single-author img {
    border-radius: 50%;
    width: 100px;
}

.car-single-author-content span {
    color: var(--theme-color);
    font-weight: 500;
}

.car-single-author-social {
    margin-top: 7px;
    padding-top: 6px;
    border-top: 1px solid var(--border-info-color);
}

.car-single-author-social a {
    margin-right: 9px;
    font-size: 17px;
}

.car-single-author-social a:hover {
    color: var(--theme-color);
}

.car-single-form .form-group {
    margin-top: 20px;
}

.car-single-form .form-control {
    padding: 14px 20px;
    border-radius: 10px;
    box-shadow: none;
}

.car-single-form .form-control:focus {
    border-color: var(--theme-color);
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.pagination .page-link {
    border: none;
    background: var(--color-dark);
    color: var(--color-white);
    margin: 0 10px;
    border-radius: 12px !important;
    width: 40px;
    height: 40px;
    line-height: 28px;
    text-align: center;
    transition: var(--transition);
}

.pagination .page-link:hover,
.pagination .page-item.active .page-link {
    background: var(--theme-color);
    color: var(--color-white);
}

.text-transfer-uppercase{
    text-transform: uppercase;
}
.text-hide-normal{
    color:rgb(46 50 60 / 54%);
}
.social-share-activity{
    background-color: #ededed;
    margin-top:5px;
    padding:5px;
    border-radius:8px;
}

.social-share-activity i{
    padding:5px;
    cursor: pointer;
    color: #e1214d;
    font-size:20px;
}
.font-weight-bold{
    font-weight: bold;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.spin-animation {
    display: inline-block;
    animation: spin 1.2s linear infinite;
}
.text-green{
    color:green !important;
}
.text-purple{
    color:purple !important;
}
.justify-content-space-between{
    justify-content: space-between;
}
.default-circle-point{
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: gray;
    border-radius: 50%;
}
.green-circle-point{
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: green;
    border-radius: 50%;
}
.blue-circle-point{
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: blue;
    border-radius: 50%;
}
.text-blue{
    color:blue !important;
}

.bg-green{
    background: green !important;
}
.active-sub-page a{
    color: green !important;
    background-color: #f0f0f0 !important;
    border-radius:5px;
}

/* ---------- Seller auth (login / forgot password) ---------- */
body.login-bg {
    min-height: 100vh;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-color: #181412 !important;
    position: relative;
}

body.login-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(10, 8, 8, 0.78) 0%, rgba(10, 8, 8, 0.35) 48%, rgba(225, 33, 77, 0.28) 100%);
    pointer-events: none;
}

.auth-wrapper {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 1rem;
}

.seller-auth {
    width: 100%;
    max-width: 440px;
}

.seller-auth-card {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 24px;
    padding: 2.25rem 2rem 1.75rem;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.08);
    position: relative;
    overflow: hidden;
}

.seller-auth-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #e1214d 0%, #ff6b8a 100%);
}

.seller-auth-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.seller-auth-logo img {
    max-width: 220px;
    max-height: 52px;
    width: auto;
    height: auto;
}

.seller-auth-heading {
    text-align: center;
    margin-bottom: 1.5rem;
}

.seller-auth-badge {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #e1214d;
    background: rgba(225, 33, 77, 0.1);
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
    margin-bottom: 0.75rem;
}

.seller-auth-heading h1 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 0.35rem;
}

.seller-auth-heading p {
    margin: 0;
    color: #6b6b6b;
    font-size: 0.9rem;
}

.seller-auth-field {
    margin-bottom: 1rem;
}

.seller-auth-field .form-label {
    font-weight: 600;
    font-size: 0.82rem;
    color: #2c2c2c;
    margin-bottom: 0.4rem;
}

.seller-auth-input {
    position: relative;
}

.seller-auth-input > i {
    position: absolute;
    left: 0.9rem;
    top: 50%;
    transform: translateY(-50%);
    color: #9a9a9a;
    font-size: 0.95rem;
    pointer-events: none;
}

.seller-auth-input .form-control {
    height: 46px;
    padding-left: 2.5rem;
    padding-right: 2.75rem;
    border-radius: 12px;
    border-color: #e4e4e4;
    background: #f7f7f8;
}

.seller-auth-input .form-control:focus {
    background: #fff;
    border-color: #e1214d;
    box-shadow: 0 0 0 3px rgba(225, 33, 77, 0.15);
}

.seller-auth-toggle {
    position: absolute;
    right: 0.35rem;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: #6b6b6b;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.seller-auth-toggle:hover {
    background: rgba(0, 0, 0, 0.05);
    color: #e1214d;
}

.seller-auth-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 0.25rem 0 1.25rem;
}

.seller-auth-meta .form-check-label {
    font-size: 0.85rem;
}

.seller-auth-link {
    font-size: 0.85rem;
    color: #e1214d;
    text-decoration: none;
    font-weight: 500;
}

.seller-auth-link:hover {
    text-decoration: underline;
    color: #c20d37;
}

.seller-auth-submit {
    width: 100%;
    height: 48px;
    border-radius: 12px;
    font-weight: 600;
    letter-spacing: 0.01em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    box-shadow: 0 10px 20px -10px rgba(225, 33, 77, 0.7);
}

.seller-auth-submit span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.seller-auth-submit:hover {
    transform: translateY(-1px);
}

.seller-auth-submit:disabled {
    opacity: 0.75;
    transform: none;
}

.seller-auth-status {
    margin-bottom: 1rem;
    color: #15803d;
    font-size: 0.875rem;
    text-align: center;
}

.seller-auth-footer {
    text-align: center;
    margin-top: 1.15rem;
}

.seller-auth .text-red-600 {
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity));
}

.seller-auth .dark .text-red-400,
.dark .seller-auth .text-red-400 {
    --tw-text-opacity: 1;
    color: rgb(248 113 113 / var(--tw-text-opacity));
}

@media (max-width: 480px) {
    .seller-auth-card {
        padding: 1.75rem 1.25rem 1.5rem;
        border-radius: 18px;
    }

    .seller-auth-heading h1 {
        font-size: 1.3rem;
    }
}

/* Public auctions page */
body.public-page-body {
    min-height: 100vh;
    margin: 0;
    background:
        radial-gradient(ellipse 80% 50% at 10% -10%, rgba(225, 33, 77, 0.12), transparent 55%),
        linear-gradient(180deg, #f7f5f4 0%, #ebe7e4 100%);
    color: #1a1a1a;
}

.public-page-shell {
    min-height: 100vh;
}

.public-auctions {
    width: min(960px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 2rem 0 3rem;
}

.public-auctions-header {
    margin-bottom: 2rem;
}

.public-auctions-brand {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.85rem;
}

.public-auctions-brand img {
    width: 64px;
    height: auto;
}

.public-auctions-eyebrow {
    margin: 0 0 0.15rem;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #e1214d;
}

.public-auctions-brand h1 {
    margin: 0;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    line-height: 1.15;
}

.public-auctions-lead {
    margin: 0;
    max-width: 36rem;
    color: #5c5c5c;
    font-size: 0.95rem;
}

.public-auctions-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.public-auction-card {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 1.25rem;
    align-items: start;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-left: 3px solid #e1214d;
    border-radius: 16px;
    padding: 1.15rem 1.25rem;
    box-shadow: 0 10px 28px rgba(24, 20, 18, 0.06);
}

.public-auction-card-media img {
    width: 100%;
    height: auto;
    display: block;
}

.public-auction-card-top {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.public-auction-card-top h2 {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}

.public-auction-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.public-badge {
    display: inline-flex;
    align-items: center;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.28rem 0.55rem;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.06);
    color: #444;
}

.public-badge-live,
.public-badge-running {
    background: rgba(225, 33, 77, 0.12);
    color: #e1214d;
}

.public-badge-active {
    background: rgba(21, 128, 61, 0.12);
    color: #15803d;
}

.public-auction-desc {
    margin: 0 0 0.75rem;
    color: #5c5c5c;
    font-size: 0.9rem;
}

.public-auction-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem 1.25rem;
    margin-bottom: 0.9rem;
    font-size: 0.88rem;
    color: #333;
}

.public-auction-meta i {
    margin-right: 0.3rem;
    color: #e1214d;
}

.public-auction-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border-radius: 10px;
    font-weight: 600;
}

.public-auctions-empty {
    text-align: center;
    padding: 3rem 1.5rem;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.public-auctions-empty img {
    width: 120px;
    height: auto;
    margin-bottom: 1rem;
    opacity: 0.85;
}

.public-auctions-empty h2 {
    margin: 0 0 0.35rem;
    font-size: 1.2rem;
}

.public-auctions-empty p {
    margin: 0;
    color: #6b6b6b;
}

.public-ads-videos {
    margin-top: 2.5rem;
}

.public-ads-videos-head {
    margin-bottom: 1rem;
}

.public-ads-videos-head h2 {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 700;
}

.public-ads-videos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
}

.public-ad-video {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 14px;
    overflow: hidden;
    background: #111;
    cursor: pointer;
    aspect-ratio: 16 / 9;
    box-shadow: 0 10px 28px rgba(24, 20, 18, 0.06);
}

.public-ad-video video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.public-ad-video-overlay {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
    font-size: 2rem;
    pointer-events: none;
}

@media (max-width: 640px) {
    .public-auction-card {
        grid-template-columns: 1fr;
        gap: 0.85rem;
    }

    .public-auction-card-media {
        max-width: 100px;
    }
}