html {
    background-color: #000;
}

body {
    font-size: 16px;
    background-color: #fcfcfc;
    color: #000;
    min-height: 100vh;
}

b {
    font-weight: 600;
}

input.form-control,
select.form-control,
textarea.form-control {
    -webkit-appearance: none !important;
}

/*.navbar-header {*/
/*    float: none !important;*/
/*    flex-grow: 1;*/
/*}*/

.navbar-header {
    width: 100%;
}

@media (min-width: 992px) {
    .navbar-header {
        width: auto;
    }
}

nav.navbar {
    background-color: #272c37;
    border: 0;
    border-radius: 0;
    margin: 0;
}

.subheader {
    background-color: #000;
}

.subheader a {
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
    display: inline-block;
    text-decoration: none !important;
}

.navbar-brand svg {
    height: 25px;
    width: auto;
}

.navbar-brand {
    padding: 0;
    margin: 0 !important;
    line-height: 0;
    display: flex;
    height: 30px;
    align-items: center;
}

.container-fluid {
    max-width: 1400px;
}

.nav.navbar-nav li > .dropdown > a,
.nav.navbar-nav li > a {
    font-size: 14px;
    font-weight: normal;
    color: #bdc0c3;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 0 !important;
    background-color: transparent;
    outline: none !important;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
}

.nav.navbar-nav li > a:not(.btn) {
    max-width: 110px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.nav.navbar-nav li > .dropdown > a:hover,
.nav.navbar-nav li > a:hover {
    color: #fff;
}

.main-header {
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-flag svg {
    display: inline-block;
    max-height: 18px;
    /* width: auto; */
    border-radius: 3px;
    max-width: 30px;
    width: 100%;
}

.btn-primary {
    color: #fff !important;
    background: #0060ff;
    border: 1px solid #0060ff !important;
}

.btn-primary:hover {
    background: #186fff !important;
    border: 1px solid #186fff !important;
}

.flex {
    display: flex;
    align-items: start;
    width: 100%;
}

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

.flex-wrap {
    flex-wrap: wrap;
}

.hero-search {
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 40%);
    border-radius: 10px;
    background-color: #fff;
}

.hero-search-links a {
    flex-direction: column;
    width: 16.66666%;
    text-align: center;
    background-color: #000;
    color: #fff;
    padding: 5px;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
    justify-content: center;
    min-height: 64px;
}

.hero-search-links a svg {
    height: 30px;
    width: auto;
    margin-right: 5px;
}

.hero-search-links a:not(.active) svg {
    fill: #fff;
}

.hero-search-links a:hover svg {
    fill: #000 !important;
}

.hero-search-links {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.hero-search-links a:hover,
.hero-search-links a.active {
    background-color: #fff;
    color: #4a4a4a;
    transition: .15s ease-in-out all;
    text-decoration: none !important;
}

.page-header {
    font-weight: 600;
    border: 0 !important;
    margin-top: 0;
}

.hero-wrapper {
    padding: 25px 0;
}

.margin-less {
    margin: 0 !important;
}

.form-heading-tab button.active {
    color: #000;
    border-bottom: 2px solid #0277bd !important;
}

.form-heading-tab button {
    color: #707070;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none !important;
    background-color: #fff;
    border: 0 !important;
    border-bottom: 2px solid transparent !important;
}

.form-heading-tab {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

form.hero-form-search .btn {
    font-size: 16px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 52px;
    border: 0;
}

.search-postalcode label {
    margin: 0;
    display: inline-block;
    padding-left: 10px;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hero-form-search .form-control {
    height: 34px;
    font-size: 14px;
    background-color: #fff !important;
    cursor: pointer;
}

.select {
    position: relative;
    min-width: 60px;
}

.select select {
    background-color: transparent;
    position: relative;
}

.flex-none {
    flex: none;
}

.select:before {
    content: '‹';
    position: absolute;
    bottom: 50%;
    right: 10px;
    transform: rotate(
            -90deg
    );
    line-height: 0;
    z-index: 0;
}

.hero-form-cols .form-group {
    width: 32%;
}

.hero-form-cols .form-group.min-col {
    width: 15%;
}

.hero-form-cols {
    padding: 0 10px;
}

.padding-less {
    padding: 0 !important;
}

.hero-form-search {
    padding-bottom: 10px;
}

.hero-form-cols .select:after {
    content: ' ';
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #ddd !important;
    top: 0;
    right: 0;
}

.hero-wrapper h1 {
    padding: 0;
    margin-bottom: 15px;
}

.container {
    max-width: 1120px;
    width: 100%;
}

.btn-rounded {
    border-radius: 100px;
}

/*.btn-dark {*/
/*    background-color: #0060ff;*/
/*    color: #fff !important;*/
/*    border: 1px solid #0060ff;*/
/*    transition: .15s ease-in-out all;*/
/*}*/

.hero-cta .btn-dark:hover {
    background-color: #fff;
    color: #000 !important;
}

.hero-cta p {
    line-height: 1;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0;
}

.hero-cta h2 {
    font-size: 25px;
    margin: 0;
    font-weight: 600;
}

.listing-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
}

/* Tablet and Desktop: 3 columns */
@media (min-width: 768px) {
    .listing-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }

    .listing-wrapper.listing-wrapper-lg-2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Dashboard: Always 1 column */
.dashboard-panel .listing-wrapper {
    grid-template-columns: 1fr;
}

.section {
    margin-top: 50px;
    margin-bottom: 50px;
}

.listing-heading h3 {
    font-weight: 600;
    margin: 0;
    font-size: 20px;
}

.listing-pagination {
    margin-top: 10px;
    font-size: 14px;
}

.listing-pagination a {
    font-weight: 600;
}

.whitebg {
    background-color: #fff;
    color: #000;
}

.box-shadow {
    box-shadow: 0 0 10px -2px #d4d4d4;
}

.box-wrapper {
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px !important;
}

.main-label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    margin-top: 20px;
    color: #000;
}

.text-success {
    color: #429a42 !important;
}

form > .main-label:first-child {
    margin-top: 0;
}

.main-label:after {
    content: ' ';
    position: absolute;
    width: 100%;
    left: 0;
    height: 2px;
    background-color: #C7C3C5;
    top: 50%;
    z-index: 0;
}

.main-label span {
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding-right: 20px;
}

.upload-photo {
    border: 2px dashed #C7C3C5;
    cursor: pointer;
    overflow: hidden;
    color: #aaa;
    background-color: #f7f7f7;
    border-radius: 5px;
    padding: 20px;
}

.upload-photo svg {
    height: 80px;
    fill: #aaa;
    width: auto !important;
}

.thumbnails-preview .upload-photo p {
    font-size: 14px;
}

.upload-photo p {
    line-height: 1em;
    font-size: 16px;
}

.split-sell-container label {
    font-size: 14px;
    text-transform: none !important;
    font-weight: bold;
    color: #888;
}

.thumbnails-preview {
    cursor: pointer;
    background-color: #fcfaf9;
    border: 2px dashed #c7c3c0;
    border-radius: 8px;
    padding: 20px 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.thumbnails-preview .upload-photo {
    height: 120px;
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    margin: 3px 0;
    border: 2px dashed #419a42;
    color: #419a42;
}

.thumbnails-preview > div {
    width: 23.33%;
}

.thumbnails-preview .upload-photo svg {
    width: 70px;
}

label {
    font-size: 14px;
    font-weight: 600;
}

.boat-type a,
.boat-type label {
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    color: #000 !important;
    width: 16%;
}

.boat-type svg {
    height: 50px;
    width: auto;
}

.boat-type .active .radio-custom {
    background-color: #fff9f5;
    border-color: #f76100;
    box-shadow: 0 0 0 0.0625rem #f76100;
}

.boat-type .active .radio-custom span {
    position: absolute;
    top: 5px;
    right: 5px;
    display: inline-block;
    line-height: 0;
}

.radio-custom span {
    display: none;
}

.radio-custom {
    position: relative;
    display: inline-block;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    min-width: 100%;
    cursor: pointer;
}

.radio-custom span svg {
    height: 15px;
}

.radio-custom span svg * {
    fill: #f76100;
}

.switch {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.switch-wrapper {
    display: inline-block;
    border: 2px solid #4b97ff;
    overflow: hidden;
    margin: 0 !important;
}

.switch-wrapper li {
    padding: 0;
    float: left;
}

/*.switch-wrapper li .switch {*/
/*    margin: 0;*/
/*    line-height: 40px;*/
/*    padding: 0 24px;*/
/*    font-size: 16px;*/
/*    width: 100%;*/
/*    text-align: center;*/
/*}*/

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
    left: -100%;
    top: -100%;
    position: absolute;
}

.switch-wrapper li .switch span {
    color: #4b97ff;
    margin: 0;
}

.switch-wrapper input:checked + .title:after {
    content: ' ';
    background-color: #4b97ff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.switch-wrapper input:checked + .title {
    color: #fff !important;
}

.switch-wrapper li .switch span b {
    position: relative;
    z-index: 1;
}

.form-unit > input {
    width: 70%;
    border-radius: 3px 0 0 3px;
    flex-grow: 1;
}

.form-unit > .select select {
    border-radius: 0 3px 3px 0;
}

.switch-section {
    line-height: 0;
}

.panel-group .panel {
    border-radius: 0;
    border: 0;
    border-top: 1px solid #ccc;
    box-shadow: none;
}

.panel-group .panel-heading {
    background-color: #fff;
    border: 0 !important;
    padding: 0;
}

.panel-title a {
    display: inline-block;
    width: 100%;
    padding: 15px;
    text-decoration: none !important;
    font-weight: bold;
}

.panel-title span {
    float: right;
}

.panel-body {
    border: 0 !important;
}

.sell-form .form-row-checkbox-wrapper:hover {
    background-color: #f8f8f8;
}

.panel-title .collapsed span svg {
    transform: rotate(
            0deg
    );
}

.panel-title span svg {
    height: 14px;
    width: auto;
}

.panel-title :not(.collapsed) span svg {
    transform: rotate(
            -180deg
    );
}

.form-row-checkbox-wrapper svg {
    height: 20px;
    width: auto;
    margin-right: 10px;
}

.form-row-checkbox input[type=checkbox] {
    opacity: 0;
    position: absolute;
    width: auto;
}

.form-row-checkbox {
    width: 100%;
    margin-bottom: 10px;
}

.form-row-checkbox-wrapper {
    cursor: pointer;
    justify-content: space-between;
    width: 100%;
    font-weight: normal;
    border: 1px solid #ccc;
    padding: 17px 12px;
    font-size: 16px;
    color: #555;
    border-radius: 5px;
}

.square_check {
    overflow: hidden;
    position: relative;
    height: 16px;
    width: 16px;
}

.square_check:after {
    content: "";
    position: absolute;
    left: .33em;
    top: 1px;
    width: .375em;
    height: .625em;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(
            45deg
    );
    transform: rotate(
            45deg
    );
}

.square_check:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    border: .0625rem solid rgba(0, 11, 18, .2);
    border-radius: .25rem;
    background-color: #fff;
}

.form-row-checkbox.active .form-row-checkbox-wrapper .square_check:before,
.form-row-checkbox input:checked + .form-row-checkbox-wrapper .square_check:before {
    border-color: #f76100;
    background-color: #f76100;
}

.form-row-checkbox .label-name {
    flex-grow: 1;
    max-width: calc(100% - 14px);
}

.form-row-checkbox:not(.prevent) .label-name {
    line-height: 1.2em;
}

.form-row-checkbox.active .form-row-checkbox-wrapper,
.form-row-checkbox input:checked + .form-row-checkbox-wrapper {
    background-color: #fff9f5;
    border-color: #f76100;
    box-shadow: 0 0 0 0.0625rem #f76100;
}

.label-checkbox {
    font-weight: normal;
}

.boat-type input {
    visibility: hidden;
    display: none;
}

.boat-type {
    justify-content: space-between;
}

flag.btn-flag {
    line-height: 0;
    display: inline-block;
    vertical-align: top;
}

.upload-photo:hover {
    border-color: #429a42 !important;
}

.backdrop {
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10001;
}

.backdrop span {
    color: #fff;
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    font-weight: bold;
    font-size: 60px;
    transform: translate(-50%, -50%);
    text-shadow: 2px 2px 20px #000;
}

.photo-thumbnail {
    height: 120px;
    background-size: cover;
    margin: 3px 0 !important;
    display: inline-block !important;
    box-shadow: rgb(0 0 0 / 16%) 0 2px 8px !important;
    position: relative;
    border-radius: 8px !important;
    background-position: center;
}

.lds-default {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.lds-default div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #ddd;
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
    animation-delay: 0s;
    top: 37px;
    left: 66px;
}

.lds-default div:nth-child(2) {
    animation-delay: -0.1s;
    top: 22px;
    left: 62px;
}

.lds-default div:nth-child(3) {
    animation-delay: -0.2s;
    top: 11px;
    left: 52px;
}

.lds-default div:nth-child(4) {
    animation-delay: -0.3s;
    top: 7px;
    left: 37px;
}

.lds-default div:nth-child(5) {
    animation-delay: -0.4s;
    top: 11px;
    left: 22px;
}

.lds-default div:nth-child(6) {
    animation-delay: -0.5s;
    top: 22px;
    left: 11px;
}

.lds-default div:nth-child(7) {
    animation-delay: -0.6s;
    top: 37px;
    left: 7px;
}

.lds-default div:nth-child(8) {
    animation-delay: -0.7s;
    top: 52px;
    left: 11px;
}

.lds-default div:nth-child(9) {
    animation-delay: -0.8s;
    top: 62px;
    left: 22px;
}

.lds-default div:nth-child(10) {
    animation-delay: -0.9s;
    top: 66px;
    left: 37px;
}

.lds-default div:nth-child(11) {
    animation-delay: -1s;
    top: 62px;
    left: 52px;
}

.lds-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 52px;
    left: 62px;
}

@keyframes lds-default {
    0%, 20%, 80%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
}

.autosuggest {
    position: relative;
}

.autosuggest ul li {
    padding: 5px 15px;
    cursor: pointer;
    border-top: 1px solid #fff;
    border-bottom: 2px solid #fff;
}

.autosuggest ul {
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 100;
    max-height: 180px;
    overflow: auto;
    padding: 0;
    list-style: none;
    box-shadow: 0 0 10px -2px #d4d4d4;
    border-radius: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    display: none;
}

.autosuggest ul li:hover {
    background-color: #fff9f5;
    box-shadow: 0 0 0 0.0625rem #f76100;
    border-top: 1px solid #f76100;
    border-bottom: 2px solid #f76100;
}

.alert.alert-danger:not(.prevent) {
    font-size: 12px;
}

.relative {
    position: relative;
}

.post-item-wrapper {
    display: flex;
    width: 100%;
    color: #000;
    box-shadow: rgb(0 0 0 / 16%) 0 2px 8px;
    border-radius: 5px !important;
    background-color: #fff;
    text-decoration: none !important;
    margin-bottom: 15px;
    transition: .15s ease-in-out all;
}

.post-carousel-wrapper {
    min-width: 310px;
    width: 310px;
    z-index: 0;
    background-color: #000;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
}

.post-thumbnail {
    min-height: 195px;
    text-align: center;
    background-color: #000;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
    height: 100%;
}

.image-item-thumbnail.active {
    z-index: 1;
    opacity: 1;
}

.image-item-thumbnail {
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    opacity: 0;
    transition: .15s ease-in-out all;
}

.total-photos-wrapper {
    position: absolute;
    bottom: 3px;
    left: 3px;
    line-height: 1em;
    color: #fff;
    align-items: center;
    display: flex;
    z-index: 101;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 3px 5px;
    border-radius: 3px;
}

.total-photos-wrapper svg {
    height: 15px;
    width: auto;
    margin-right: 5px;
}

.thumbnail-navigation {
    background-color: rgb(0 0 0 / 40%);
    border-radius: 0 5px 5px 0;
    position: absolute;
    top: 38%;
    line-height: 0;
    width: 30px;
    text-align: center;
    transition: .15s ease-in-out all;
    z-index: 15;
    padding: 10px 0;
}

.post-item-wrapper a {
    display: block;
    color: inherit;
    text-decoration: none !important;
}

.post-information-wrapper {
    flex-grow: 1;
}

.post-information {
    padding: 10px 15px;
}

.price-item-wrapper {
    display: flex;
    flex-direction: column;
    color: #e74c3d;
    max-width: 50%;
}

.post-information .price-item-wrapper label {
    color: #888;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    word-break: break-word;
    line-height: 1em;
    display: flex;
    min-height: 22px;
    align-items: center;
}

.price-symbol {
    color: #e74c3d;
    font-weight: 600;
    line-height: 1.2;
    font-size: 16px;
}

.price-value {
    color: #e74c3d;
    font-weight: 600;
    line-height: 1.2;
    font-size: 26px;
    letter-spacing: -1px;
    margin-left: 2px;
    margin-right: 5px;
}

.post-item-title {
    font-size: 16px !important;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    color: #3b3838 !important;
    display: flex;
    align-items: flex-start;
}

.post-title {
    display: flex;
    align-items: flex-start;
    margin: 5px 0 0;
    min-height: 42px;
}

.post-details {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.post-details-box {
    flex-grow: 1;
}

.post-details-items {
    display: inline-block;
    width: 100%;
    margin: 0;
    list-style: none;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
}

.post-details-items li:first-child {
    border: none !important;
    padding-left: 0 !important;
}

.created_at,
.post-condition {
    background-color: #eaeaea;
    margin-top: 10px;
    display: inline-block;
    color: #2b2b2b;
    font-size: 13px;
    padding: 2px 8px;
    border-radius: 5px;
    vertical-align: top;
}

.thumbnail-navigation.thumbnail-next {
    right: 0;
    border-radius: 5px 0 0 5px;
}

.post-item-wrapper:hover .thumbnail-navigation {
    display: block !important;
}

.thumbnail-navigation svg {
    display: inline-block;
    height: 30px;
    width: auto;
    fill: #fff;
}

.thumbnail-navigation:hover {
    background: #fff;
}

.post-item-wrapper:hover .thumbnail-navigation:hover svg {
    fill: #000;
}

.listing-heading {
    margin-bottom: 15px;
}

.post-item-wrapper:hover:not(.prevent) {
    box-shadow: rgb(0 0 0 / 38%) 0 2px 8px;
}

.boats-by-type a {
    color: #4a4a4a;
}

.boats-ubigeo .boat-state-item,
.boats-by-type .boat-type-item {
    width: 20%;
}

.boats-ubigeo a:not(.dropdown-toggle),
.boats-by-type a {
    color: #4a4a4a;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
}

.boats-ubigeo h3,
.boats-by-type h3 {
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.boats-ubigeo h2,
.boats-by-type h2 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.country-dropdown .dropdown-menu {
    max-height: 200px;
    overflow: auto;
}

.country-dropdown {
    display: inline-block;
}

.country-dropdown > a {
    color: #000;
    text-decoration: underline;
}

.dropdown-menu-center {
    left: 50%;
    transform: translateX(-50%);
}

.full-page {
    min-height: calc(100vh - 155px);
    padding-top: 50px;
    padding-bottom: 50px;
}

.full-page .page-header {
    border-bottom: 1px solid #eee !important;
}

.subtitle,
h3.subtitle {
    font-size: 16px !important;
    margin: 20px 0;
    line-height: 1.3;
    white-space: pre-wrap;
}

.footer a:hover {
    color: #fff;
}

.selected-filters {
    width: 100%;
}

.footer a {
    color: #aaa;
    text-decoration: none;
    font-size: 14px;
}

.footer {
    background-color: #000;
    color: #fff;
}

.container h2,
.container h3 {
    margin: 0 0 10px 0;
    font-size: 24px;
    font-weight: 600;
}

.counter .total-posts {
    font-size: 30px;
}

.counter.text-center {
    margin: 30px 0;
    padding: 30px 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.copy-right a,
.copy-right {
    font-size: 12px;
}

.bold-span span {
    font-weight: bold;
}

.navbar-nav .dropdown .dropdown-menu a {
    font-size: 13px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 3px 10px;
    text-transform: none !important;
    color: #000 !important;
}

.navbar-nav .dropdown .dropdown-menu a:hover {
    background: #f0f0f0;
}

.dropdown-menu-generic {
    width: 100%;
    max-width: 200px;
    border: 0;
    max-height: 400px;
    overflow: auto;
    border-radius: 0 0 10px 10px;
    top: 96%;
}

.breadcrumb {
    padding: 10px 0;
    background: #f5f0ec;
    font-size: 13px;
    margin: 0;
    border-radius: 0;
    border: 0;
}

.breadcrumb a {
    font-weight: 600;
    color: #000;
}

.breadcrumb li {
    padding-right: 0;
    line-height: 1em;
    display: inline-block;
    vertical-align: top;
}

.breadcrumb li:not(:last-child):after {
    content: '/';
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
    color: #888;
}

.breadcrumb li a {
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.breadcrumb ul {
    display: inline-block;
    line-height: 1em;
}

.footer-breadcrumb {
    background-color: #2d2d2d;
    color: #fff;
}

.footer-breadcrumb a {
    color: #fff;
}

.dealerpage-wrapper .postpage-content-wrapper {
    flex-direction: column;
}

.postpage-content-wrapper {
    display: flex;
    flex-grow: 1;
    /*max-width: 835px !important;*/
}

.flex-grow {
    flex-grow: 1;
}

.postpage-sidebar {
    width: 400px;
    min-width: 400px;
    font-size: 15px;
    position: sticky;
    top: 100px;
}

.postpage-content {
    display: block;
    width: 100%;
}

.slider {
    height: 520px;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    background-color: #000;
}

.slider .slider-item {
    height: 520px;
    width: 100%;
    background-color: #000;
    position: absolute;
    z-index: 0;
    opacity: 0;
    transition: .15s ease-in-out all;
}

.slider .slider-item.active {
    opacity: 1;
    z-index: 1;
}

.slider .slider-item img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.postpage-wrapper {
    margin-top: 10px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.slider-thumbnails-wrapper {
    width: 100%;
    padding: 10px;
    box-shadow: 0 0 10px -2px #d4d4d4;
    background-color: #fff;
    margin-top: 10px;
    overflow: auto;
    position: relative;
}

.slider-thumbnails-wrapper .slider-thumbnail-item:hover {
    box-shadow: 0 0 10px -2px #989898;
}

.slider-thumbnails-wrapper .slider-thumbnail-item {
    display: inline-block;
    height: 80px;
    width: 120px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
    box-shadow: 0 0 10px -2px #d4d4d4;
    cursor: pointer;
    border-radius: 3px;
    overflow: hidden;
}

.slider-thumbnail-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.slider .thumbnail-navigation {
    display: inline-block !important;
    background-color: #000 !important;
    top: 46%;
}

.slider .thumbnail-navigation.thumbnail-prev {
    left: 0;
}

.slider .thumbnail-navigation.thumbnail-next {
    right: 0;
}

.sidebar-heading {
    padding: 5px 10px;
    background-color: #000;
    color: #fff;
    line-height: 1em;
    font-size: 13px;
    font-weight: 600;
}

.border-radious {
    border-radius: 5px !important;
}

.share-link {
    position: relative;
}

.input-selectable {
    background-color: #fff !important;
    padding: 0 48px 0 10px;
    /*height: 32px !important;*/
    font-size: 14px;
    min-height: 32px !important;
}

.share-link button.icon.copy-to-clipboard-link {
    position: absolute;
    width: 40px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    border: 0 !important;
    outline: none;
    top: 1px;
    right: 1px;
    border-left: 1px solid #ddd !important;
    background-color: #eff3f6;
    background-image: linear-gradient(
            -180deg, #fafbfc, #eff3f6 90%);
}

.sidebar-content {
    padding: 10px;
}

.social-share-links {
    display: flex;
}

.social-share-links {
    display: flex;
    gap: 5px;
    margin-top: 10px;
    justify-content: center;
}

.social-share-links a {
    line-height: 0;
}

.sidebar-content form .form-group {
    margin-bottom: 5px;
}

.sidebar-content form label {
    font-weight: normal;
    font-size: 13px;
    margin: 0;
}

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

.content-padding {
    padding: 15px;
}

.postpage-published {
    color: #888;
    font-weight: normal;
}

h1.postpage-boat-title {
    font-weight: 600;
    font-size: 28px;
    margin: 10px 0;
    line-height: 1.2em;
}

.btn-danger-transparent {
    border: 1px solid #d43f3a;
    background-color: transparent !important;
    color: #d43f3a !important;
    outline: none !important;
}

.detail-item {
    width: 25%;
    padding: 8px;
    border-bottom: 1px solid #efefef;
    box-shadow: -9px 0 0 -8px #efefef;
    line-height: 1.2em;
    min-height: 47px;
    display: flex;
    text-transform: capitalize;
    flex-wrap: wrap;
    flex-direction: column;
}


.detail-item label {
    font-weight: normal;
    margin: 0;
    font-size: 13px;
    color: #777;
}

.details-wrapper {
    align-items: center;
    overflow: hidden;
    margin-top: 25px;
    border-top: 1px solid #efefef;
}

.description-box {
    white-space: pre-wrap;
}

.postpage-wrapper .panel-group {
    margin-bottom: 20px;
}

.postpage-wrapper .form-row-checkbox {
    margin-bottom: 5px;
}

.search-section.container {
    padding: 0;
    margin-top: 50px;
    margin-bottom: 100px;
}

/* Search page layout */
.search-section > .flex {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: nowrap; /* Prevent wrapping on desktop */
}

.search-sidebar {
    flex-shrink: 0;
    width: 230px;
    font-size: 14px;
}

/* Main content wrapper takes the flex space next to sidebar */
.main-content-wrapper {
    flex: 1;
    min-width: 0; /* Prevent flex item overflow */
}

/* Mobile: stack sidebar on top */
@media (max-width: 767px) {
    .search-section > .flex {
        flex-direction: column;
        flex-wrap: wrap; /* Allow wrapping on mobile */
    }

    .search-sidebar {
        width: 100%;
        max-width: 100%;
    }
}

.postpage-wrapper .form-row-checkbox-wrapper {
    padding: 10px 12px !important;
}

.search-sidebar .form-group {
    margin-bottom: 10px;
}

.zip-range {
    gap: 10px;
}

.search-sidebar .form-control {
    font-size: 13px !important;
    padding: 0 5px;
}

.loader-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 10001;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #f99 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loader-wrapper .lds-ring {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.listing-wrapper-heading-description h4 {
    margin: 0;
    font-size: 14px;
    flex-grow: 1;
    width: 100%;
}

.listing-wrapper-heading-description {
    font-size: 14px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.listing-wrapper-heading-description .dropdown {
    margin-left: 5px;
}

.hs-pagination a {
    line-height: 0;
    height: 28px;
    display: flex;
    align-items: center;
}

.hs-pagination a svg {
    height: 13px;
    width: auto;
}

.hs-pagination a,
.hs-pagination span {
    background-color: #737373;
    color: #fff;
    padding: 5px 15px;
}

.hs-pagination a.hs-prev {
    border-radius: 20px 0 0 20px;
    border-right: 1px solid #fff;
}

.hs-pagination a.hs-next {
    border-radius: 0 20px 20px 0;
    border-left: 1px solid #fff;
}

.hs-pagination a svg * {
    fill: #fff;
}

.hs-pagination a.hs-prev svg {
    transform: rotate(90deg);
}

.hs-pagination a.hs-next svg {
    transform: rotate(-90deg);
}

.hs-pagination {
    font-size: 13px;
    margin-bottom: 15px;
}

.hs-pagination a.disabled {
    background-color: #ddd !important;
}

.hs-pagination a:hover {
    background-color: #000;
}

.sell-access-wrapper .nav-tabs {
    border: 0 !important;
    background-color: #f1f1f1;
    width: 100%;
    align-content: stretch;
    align-items: stretch;
}

.sell-access-wrapper .nav-tabs > li.active {
    background-color: #fff;
}

.sell-access-wrapper .nav-tabs > li:not(:last-child) {
    border-right: 2px solid #e7e7e7 !important;
}

.sell-access-wrapper .tab-content {
    padding: 15px !important;
}

.sell-access-wrapper .nav-tabs > li > a {
    border: 0 !important;
    border-radius: 0;
    font-size: 14px;
    font-weight: normal !important;
    margin: 0;
    text-align: center;
    line-height: 1em;
}

.sell-access-wrapper .nav-tabs > li:last-child > a {
    border: 0 !important;
}

.sell-access-wrapper .nav-tabs a {
    color: #a8a8a8;
}

.sell-access-wrapper {
    border: 2px solid #e7e7e7;
    border-radius: 10px;
    overflow: hidden;
}

.tab-content {
    padding: 15px 0;
}

.sell-access-wrapper .nav-tabs li {
    float: none !important;
    flex-grow: 1;
    margin: 0 !important;
    display: flex;
    align-items: center;
}

.plans-page .form-row-checkbox .label-name {
    display: flex;
    flex-direction: column;
    max-width: calc(100% - 20px);
}

.plans-page .form-row-checkbox .label-name b {
    font-size: 16px;
    color: #429a42;
    font-weight: 600;
}

.plans-page .form-row-checkbox .label-name .plan-price {
    font-weight: 600;
    font-size: 20px;
}

.plan-summary {
    width: 100%;
    font-weight: normal;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
    margin-top: 10px;
}

.plan-summary-content {
    padding-right: 20px;
}

.total-plan-amount {
    font-size: 29px;
    color: #429a42;
    font-weight: 600;
}

.total-plan-amount .plan-amount {
    margin-left: 10px;
}

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

.preview-page .listing-wrapper {
    margin: auto;
}

.preview-actions {
    width: 100%;
}

.postpage-my-post {
    gap: 10px;
    margin-bottom: 10px;
}

.postpage-my-post b {
    flex: 1;
}

h3.single-bottom-line {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.selecte-plan-item {
    font-size: 13px;
}

.selected-plan-total {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px dashed #ddd;
    font-weight: 600;
}

.status-draft,
.status-active,
.status-sold,
.flash-sell {
    color: #fff;
    padding: 2px 10px;
    border-radius: 30px;
    box-shadow: 0 0 1px 2px #fff;
    font-size: 12px;
}

.status-draft {
    background-color: orange;
}

.status-active {
    background-color: green;
}

.status-sold {
    background-color: red;
}

.flash-sell {
    background-color: #e74c3d !important;
    font-size: 14px !important;
}

/* Plan Styles - Post Promotion */
.firstplan {
    background-color: #fff9e6 !important;
    border: 2px solid #ffd700 !important;
}

.firstplan .card-title {
    font-weight: 700 !important;
    color: #c9a000 !important;
}

.secondplan {
    border: 2px solid #3498db !important;
    background-color: #f0f8ff !important;
}

.secondplan .card-title {
    font-weight: 600 !important;
}

.thirdplan {
    border: 3px solid #e74c3c !important;
    background-color: #fff5f5 !important;
    animation: urgent-pulse 2s ease-in-out infinite;
}

.thirdplan .card-title {
    font-weight: 700 !important;
    color: #c0392b !important;
}

.fourthplan {
    border: 2px solid #9b59b6 !important;
    background-color: #f9f5ff !important;
    box-shadow: 0 4px 12px rgba(155, 89, 182, 0.15) !important;
}

.fourthplan .card-title {
    font-weight: 600 !important;
}

@keyframes urgent-pulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(231, 76, 60, 0.4);
    }
    50% {
        box-shadow: 0 0 0 8px rgba(231, 76, 60, 0);
    }
}

.empty-list {
    text-align: center;
}

.empty-list svg {
    max-width: 160px;
    height: auto;
    fill: #d4d4d4;
}

.empty-list-text h4 {
    font-weight: 600;
    font-size: 23px;
}

/*
.border-radious > div:first-child:not(.alert):not(a):not(.prevent) {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
 */

.border-radious > div:last-child:not(.prevent) {
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.search-sidebar .form-control:not([value=""]) {
    background-color: #f9f6e7;
}

.input-password a svg {
    height: 20px;
    width: auto;
}

.input-password a {
    position: absolute;
    top: 1px;
    right: 1px;
    line-height: 0;
    display: inline-block;
    padding: 6px 10px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 3px;
}

.input-password {
    position: relative;
}


a.toggle-password-view.active svg {
    fill: #ccc;
}

.ul-padding-less {
    padding-left: 16px;
}

.dashboard-panel .container {
    max-width: 920px;
}

.sidebar {
    background-color: white;
    border: 1px solid #d0d7de;
    border-radius: 6px;
    list-style: none;
    margin-bottom: 16px;
    width: 220px;
    max-width: 220px;
    min-width: 220px;
    font-size: 14px;
}

.sidebar,
.sidebar a {
    font-size: 14px;
}

.sidebar a {
    border-bottom: 1px solid #d8dee4;
    color: #24292f;
    display: block;
    padding: 8px 16px;
    position: relative;
    text-decoration: none !important;
}

.sidebar ul li:last-child a {
    border-bottom: 0 !important;
}

.sidebar a.active,
.sidebar a:not(.active):hover {
    background-color: rgba(234, 238, 242, 0.5);
}

.sidebar a.active:before {
    background-color: #000;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 2px;
}

.sidebar h4 {
    border-bottom: 1px solid #d8dee4;
    color: #24292f;
    display: block;
    font-size: inherit;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
    padding: 10px 16px;
}

.content {
    padding-left: 45px;
}

.main-menu-dots {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
}

.main-menu-dots.dropdown > a {
    line-height: 0;
    padding: 9px !important;
    background-color: #fff !important;
    box-shadow: none !important;
}

.main-menu-dots a svg {
    height: 20px;
    width: auto;
}

.main-menu-dots .dropdown-menu {
    background-color: #222;
    color: #fff;
    border-radius: 0 !important;
    max-width: inherit !important;
    width: inherit;
}

.main-menu-dots .dropdown-menu a {
    color: #fff !important;
    cursor: pointer;;
    font-size: 14px;
}

.main-menu-dots .dropdown-menu a:hover {
    background-color: #555 !important;
}

.floating-wrapper {
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 10001;
    display: flex;
    gap: 5px;
}

.main-slider {
    position: relative;
}

hr.tiny {
    margin-top: 5px;
    margin-bottom: 5px;
}

.payment-status.success svg * {
    fill: #3fb950
}

.payment-status.failed svg * {
    fill: #f85149
}

.payment-status svg {
    height: 15px;
    width: 15px;
}

.flex-gap-tiny {
    gap: 5px;
}

.message-box {
    white-space: pre-wrap;
}

.dealership-logo {
    padding: 3px;
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 10px;
    overflow: hidden;
    font-weight: bold;
}

.dealership-logo img {
    height: 100%;
    width: 100%;
    max-height: 40px;
    max-width: 110px;
}

a.support-fixed svg {
    height: 100%;
    width: auto;
}

a.support-fixed {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: inline-block;
    line-height: 0;
    height: 60px;
    width: 60px;
    background-color: #000;
    border-radius: 50%;
    padding: 14px;
    box-shadow: 0 0 25px 0 #b3b3b3;
}

.plan-description {
    font-size: 14px;
}

.price-per-credit {
    line-height: 1em;
    display: inline-block;
    font-size: 12px;
}

.new-schedule {
    gap: 5px;
    align-items: center;
}

.service-item-description {
    display: flex;
    flex-direction: column;
}

.service-item-description span + span {
    font-size: 13px;
    font-weight: normal;
}

.service-item-description span {
    margin-left: 5px;
}

.week-day {
    margin-right: 10px;
    min-width: 150px;
    display: inline-block;
}

.week-day-item {
    margin-top: 2px;
    padding-top: 2px;
    border-top: 1px solid #ddd;
}

.schedule-selects {
    justify-content: start;
    gap: 5px;
}

.uploader-wrapper a {
    position: absolute;
    line-height: 0;
    top: 0;
    right: 0;
}

.remove-logo svg {
    margin: 0;
}

.photo-wrapper .remove-photo svg {
    fill: #fff;
    height: 15px;
    width: auto;
}

.photo-wrapper {
    position: relative;
}

.photo-wrapper img {
    max-width: 100%;
}

.dealership-item-icon svg {
    width: 14px;
    height: auto;
    margin-top: 2px;
}

.dealership-item-logo img {
    max-width: 120px;
    max-height: 120px;
}

.dealership-item-description h3 {
    color: #000;
    font-size: 25px;
    font-weight: 600;
}

.dealership-item-total-boats {
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
}

.dealership-item-wrapper a {
    text-decoration: none !important;
}

.dealership-item-text {
    line-height: 1.36;
    margin: 0 8px;
    text-decoration: none;
    color: #1b95e0;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}

.dealership-item-links {
    padding-left: 10px;
}

.dealership-item-description {
    padding-right: 20px;
}

/*.dealerpage-wrapper .container {*/
/*    max-width: 905px;*/
/*}*/

.dealership-profile .dealership-logo img {
    max-height: 100px;
    width: auto;
    max-width: 280px;
    height: auto;
}

.dealership-profile .dealership-logo {
    background-color: #fff;
    position: relative;
    padding: 10px;
    margin: 0;
}

.dealership-logo-edit {
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    padding: 0 10px;
}

.dealership-actions {
    margin-bottom: 10px;
}

.btn-black {
    background-color: #000;
    color: #fff !important;
}

.dealership-item-icon svg * {
    fill: #1b95e0;
}

.dealership-profile a {
    text-decoration: none !important;
}

.dealership-information h2,
.dealership-information h1 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    overflow-wrap: break-word;
    margin-bottom: 5px;
    color: #000;
}

.dealership-about {
    background-color: #f7f9f9;
    padding: 10px;
    border: 5px;
}

.dealer-services-item {
    width: 23%;
    text-align: center;
    padding: 10px 15px;
    color: #000 !important;
    text-decoration: none !important;
    background-color: #fff;
}

.dealer-services-item .dealer-services-item-icon svg {
    height: 33px;
    width: auto;
}

.dealer-services-item-icon {
    line-height: 0;
}

.dealer-services-item-name {
    line-height: 1;
    min-height: 28px;
    margin-top: 3px;
    font-size: 13px;
}

.dealer-services {
    gap: 15px;
}

.dealership-subtitle,
.dealership-profile h4 {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
}

.boat-dealership .dealership-cover img {
    width: 100%;
}

.boat-dealership .dealer-services-item {
    width: 18%;
}

.other-boat-item {
    flex: 0 0 23%;
    margin-bottom: 0;
    margin-top: 20px;
    overflow: hidden;
    text-decoration: none !important;
    color: #000 !important;
    line-height: 0;
}

.boat-dealership-other-cars {
    flex-wrap: wrap;
    display: inline-flex;
    gap: 20px;
    width: 100%;
}

.boat-dealership-other-boats {
    flex-wrap: wrap;
    gap: 18px;
}

.other-boat-item-image {
    display: inline-block;
    width: 100%;
    line-height: 0;
    background-position: center;
    height: 110px;
    background-size: cover;
    background-repeat: no-repeat;
}

.other-boat-item-description {
    padding: 10px;
    line-height: 1em;
    font-size: 14px;
}

.other-boat-item-price {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.36;
}

.other-boat-item-price .price-value {
    font-size: 20px;
}

.other-boat-item-displayname {
    color: #202020;
    font-size: 14px;
    overflow: hidden;
    margin: 0;
    line-height: 1.2;
    margin-top: 5px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.photo-thumbnail .remove-photo {
    line-height: 0;
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 0 12px -4px #000;
    transition: .15s ease-in-out all;
    cursor: pointer;
}

.photo-thumbnail .remove-photo svg {
    width: 100%;
    height: auto;
}

.photo-thumbnail .remove-photo:hover {
    background-color: #000;
}

.photo-thumbnail .remove-photo:hover svg {
    fill: #fff;
}

.checkbox-text {
    flex-grow: 1;
    margin-left: 5px;
    font-weight: normal;
}

button.btn-link {
    font-size: 12px;
    padding: 0;
    margin: 0;
    border: 0;
    line-height: 1;
}

.boat-category-list {
    max-height: 154px;
    overflow: auto;
}

@-webkit-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@-moz-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@-o-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

.m-progress {
    position: relative;
    opacity: .8;
    color: transparent !important;
    text-shadow: none !important;
}

.m-progress img {
    opacity: 0 !important;
}

.m-progress:hover,
.m-progress:active,
.m-progress:focus {
    cursor: default;
    color: transparent;
    outline: none !important;
    box-shadow: none;
}

.m-progress:before {
    content: '';
    display: inline-block;
    position: absolute;
    background: transparent;
    border: 1px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    -webkit-animation: ld 1s ease-in-out infinite;
    -moz-animation: ld 1s ease-in-out infinite;
    -o-animation: ld 1s ease-in-out infinite;
    animation: ld 1s ease-in-out infinite;
}

.empty-list svg {
    height: 100%;
    width: auto;
}

.empty-list-new {
    display: inline-block;
    height: 180px;
    width: 180px;
    background-color: #eff0f5;
    border-radius: 50%;
    line-height: 0;
}

.ctabox {
    background-color: #eff0f5;
    padding: 10px 10px 20px;
    border-radius: 5px;
}

.become-dealer-features li {
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.become-dealer-features li svg {
    display: inline-block;
    float: left;
    margin-top: 1px;
}

.become-dealer-features li div {
    margin-left: 30px;
    line-height: 1.2em;
    font-size: 16px;
}

.flex-reverse {
    flex-direction: row-reverse;
}

.become-dealer h1 {
    font-weight: bold;
    font-size: 32px;
    margin: 0 0 20px;
    line-height: 1em;
}

.subtitle-entry {
    font-size: 20px;
    position: relative;
}

h2.subtitle-entry span {
    display: inline-block;
    background-color: #fff;
    position: relative;
    z-index: 1;
    font-weight: 600;
    padding: 0 30px 0 0;
}

h2.subtitle-entry:after {
    content: ' ';
    display: inline-block;
    width: 100%;
    position: absolute;
    height: 2px;
    top: 50%;
    left: 0;
    background-color: #000;
}

.become-dealer .other-boat-item {
    flex: 0 0 31%;
}

.searchbar-button > div {
    gap: 10px;
}

button.navbar-toggler svg {
    height: 20px;
    width: auto;
}

button.navbar-toggler svg * {
    fill: #fff;
}

button.navbar-toggler {
    margin: 0;
    border: 0;
    line-height: 0;
    float: left;
}

a.footer-link svg {
    max-width: 100%;
}

.nav.navbar-nav li > a.btn {
    margin-left: 5px;
}

.post-price {
    display: flex;
    align-items: center;
    gap: 20px;
}

.price-financed {
    flex-grow: 1;
    max-width: 40%;
}

.price-financed span {
    color: #000 !important;
}

.warranty-wrapper {
    color: #27ae60;
    line-height: 1;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: normal;
    min-height: 20px;
    gap: 5px;
}

.warranty-wrapper span + span:before {
    content: '•';
    margin-right: 5px;
}

/* Checkout tabs styles moved to line 6997+ to avoid conflicts with Bootstrap 5 */

a.manufacturer-item {
    width: 25%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 10px;
}

.manufacturers-group {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.manufacturers-keys a.active,
.manufacturers-keys a:hover {
    color: #ef6024;
}

.manufacturers-keys a {
    color: #000;
    font-weight: 600;
    padding: 5px;
    text-decoration: none;
}

.manufacturers-keys {
    margin-bottom: 50px;
    background-color: #ecf0f1;
}

.normal-color,
.normal-color * {
    color: inherit !important;
}

.alert.small {
    font-size: 13px;
    padding: 5px;
}

.StripeElement {
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.price-item {
    display: flex;
    align-items: baseline;
}

.detail-item.bulletproof {
    width: 100%;
    text-transform: none;
}

.detail-item.bulletproof div {
    display: flex;
}

.bulletproof svg {
    height: 15px;
    margin-right: 5px;
}

.detail-item span {
    margin-right: 5px;
}

.current-card {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 14px;
}

.card-exp a {
    margin-left: 10px;
}

.flex-gap-tiny svg {
    height: 16px;
}

.searchbar-heading {
    background-color: #272c37;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    padding: 10px;
    margin-bottom: 20px;
    line-height: 0;
}

.searchbar-heading svg {
    max-width: 100%;
}

.fade-shadow {
    height: 40px;
    background: linear-gradient(
            0deg, #fff 25%, hsla(0, 0%, 100%, 0));
    pointer-events: none;
    z-index: 100001;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 1;
}

.radio-custom p {
    font-weight: normal;
    line-height: 1em;
    min-height: 26px;
    margin-top: 3px;
    margin-bottom: 0;
    font-size: 15px;
}

.uc-image {
    max-width: 180px;
    margin: auto;
}

.uc-image svg {
    width: 100%;
    height: auto;
}

.under-construction h2 {
    margin-top: 0;
    font-weight: bold;
}

.tab_by_body_style {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    overflow: hidden;
}

.tab_by_body_style.active {
    display: block;
    box-shadow: 0 48px 80px -32px rgb(0 0 0 / 50%);
}

label.car-style-item input {
    display: none;
    visibility: hidden;
}

label.prevent {
    font-weight: normal;
}

.car-style-item img {
    width: 100%;
}

.car-styles {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: -2px;
}

.car-style-wraper {
    padding-left: .375em;
    padding-right: .375em;
    position: relative;
}

.car-style-item {
    width: 20%;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    position: relative;
    border-right: 0.5px solid #dae0e5;
    border-bottom: 0.5px solid #dae0e5;
}

.car-style-item .car-style-wraper:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #dae0e5;
    opacity: .25;
}

.car-style-item input:checked + .car-style-wraper:after {
    background-color: #0277bd;
    content: ' ';
}

.car-style-item:hover .car-style-wraper:after {
    content: ' ';
}

.spam-item-reason label {
    font-weight: normal;
    display: flex;
    line-height: 1.2em;
    font-size: 13px;
    margin-bottom: 12px;
    cursor: pointer;;
}

.spam-item-reason label input {
    margin-top: 1px;
    margin-right: 8px;
}

.maintenance-page .header {
    background-color: #000;
    padding: 10px;
}

.maintenance-page .header .logo {
    line-height: 0;
}

.maintenance-page .header svg {
    max-height: 25px;
    width: auto;
}

.maintenance-page h1 {
    font-weight: bold;
    margin-top: 15%;
    font-size: 50px;
}

.maintenance-page h3 {
    font-size: 25px;
}

.adsense {
    position: relative;
}

.adsense__loading {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .9);
    display: table; /* for vertical centering */
    position: absolute;
    top: 0;
    left: 0;
}

.adsense--loaded .adsense__loading {
    display: none;
}

.adsense__loading span {
    text-align: center;
    vertical-align: middle; /* for vertical centering */
    display: table-cell; /* for vertical centering */
}

.adsense:before {
    display: none !important;
}

.adsense ins {
    width: 100%;
    height: 100%;
    display: block;
}

.flex-justify-center {
    justify-items: center !important;
}

.flex-justify-spaced {
    justify-content: space-between;
}

.flex-start {
    align-items: self-start;
}

.footer-section .btn-flag svg {
    margin-right: 5px !important;
}

.dealership-profile .no-cover .dealership-logo {
    top: 0;
    padding: 0;
}

.photo-thumbnail.main-image {
    border: 3px solid #f76100;
}

.photo-thumbnail.main-image .photo-tooltip {
    display: none !important;
}

.photo-thumbnail .photo-tooltip {
    display: none;
    position: absolute;
    bottom: 0;
    line-height: 1em;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-size: 11px;
    border-radius: 0 0 8px 8px;
    padding: 2px 0;
}

.sell-form > .form-group .radio-custom > svg {
    height: 65px;
    width: 65px;
}

.photo-thumbnail:hover .photo-tooltip {
    display: block;
}

.flex-gap {
    gap: 10px;
}

.post-condition.iconed {
    padding: 0 5px !important;
    line-height: 0;
}

.post-condition.iconed svg {
    height: 21px;
    width: auto;
}

.related-cars-wrapper .other-boat-item-image {
    height: 150px;
}

.subscribe-form .btn {
    line-height: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.golinks-wrapper .dealer-services-item {
    color: #1b95e0 !important;
}

.golinks-wrapper .dealer-services-item:hover {
    text-decoration: underline !important;
}

.subscribe-form .btn svg {
    height: 20px;
    fill: #fff;
}

.subscribe-form {
    background-color: #fff;
    color: #000;
    /*padding: 10px;*/
    /*margin-top: 20px;*/
    border-radius: 5px;
    /* Make newsletter form span all columns in grid */
    grid-column: 1 / -1;
}

.support-fixed {
    display: none !important;
}

.margin-left-auto {
    margin-left: auto !important;
}

.subscribe-form label {
    font-weight: normal;
    font-size: 12px;
}

.subscription-response {
    font-size: 13px;
}

.car-finance {
    font-size: 14px;
    margin-top: 10px;
}

.listing-wrapper .subscribe-form {
    box-shadow: rgb(0 0 0 / 16%) 0 2px 8px;
    border-radius: 5px !important;
    background-color: #f0f0f0;
    text-decoration: none !important;
    margin-bottom: 15px;
    transition: .15s ease-in-out all;
    border: 3px solid #ccc;
}

.sell-vehicle label {
    font-size: 20px;
}

.sell-vehicle svg {
    height: 65px;
    width: 65px;
}

.hero-search-links span {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.navbar-toggler {
    padding: 7px 10px;
}

.search-ads-sidebar {
    width: 100%;
    max-width: 230px;
}

.dealer-services-item-icon img {
    height: 45px;
    width: auto;
}

.new-background {
    background-color: #f6f6f8;
}

.block {
    background-color: #fff;
    border-radius: 30px;
    padding: 30px 40px;
    box-shadow: 0 0 30px 0 #e0e0e0;
}

hr.small {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.block h2 {
    font-size: 25px;
}

.block .muted {
    font-size: 14px;
    color: #989898;
}

.metric-number {
    font-size: 22px;
}

.metric-description {
    font-size: 14px;
    line-height: 1em;
    color: #888;
}

.top-metrics .top-metrics-item:not(:last-child) {
    border-right: 1px solid #ccc;
}

.lds-grid {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-grid div {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    animation: lds-grid 1.2s linear infinite;
}

.lds-grid div:nth-child(1) {
    top: 8px;
    left: 8px;
    animation-delay: 0s;
}

.lds-grid div:nth-child(2) {
    top: 8px;
    left: 32px;
    animation-delay: -0.4s;
}

.lds-grid div:nth-child(3) {
    top: 8px;
    left: 56px;
    animation-delay: -0.8s;
}

.lds-grid div:nth-child(4) {
    top: 32px;
    left: 8px;
    animation-delay: -0.4s;
}

.lds-grid div:nth-child(5) {
    top: 32px;
    left: 32px;
    animation-delay: -0.8s;
}

.lds-grid div:nth-child(6) {
    top: 32px;
    left: 56px;
    animation-delay: -1.2s;
}

.lds-grid div:nth-child(7) {
    top: 56px;
    left: 8px;
    animation-delay: -0.8s;
}

.lds-grid div:nth-child(8) {
    top: 56px;
    left: 32px;
    animation-delay: -1.2s;
}

.lds-grid div:nth-child(9) {
    top: 56px;
    left: 56px;
    animation-delay: -1.6s;
}

.sell-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100001;
    color: #fff;
    text-align: center;
}

.spinner-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.meter {
    box-sizing: content-box;
    height: 20px; /* Can be anything */
    position: relative;
    margin: 60px 0 20px 0; /* Just for demo spacing */
    background: #555;
    border-radius: 25px;
    padding: 10px;
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}

.meter > span {
    display: block;
    height: 100%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: rgb(43, 194, 83);
    background-image: linear-gradient(center bottom, rgb(43, 194, 83) 37%, rgb(84, 240, 84) 69%);
    box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
}

.meter > span:after,
.animate > span > span {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0.2) 75%,
            transparent 75%,
            transparent
    );
    z-index: 1;
    background-size: 50px 50px;
    animation: move 2s linear infinite;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}

.animate > span:after {
    display: none;
}

@keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@keyframes lds-grid {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}


@media (max-width: 1280px) {
    .navbar-brand svg {
        height: 20px;
    }
}

@media (max-width: 1235px) {
    .custom-link-item {
        display: none !important;
    }
}

@media (max-width: 1090px) {
    #mainMenu li.hidden-sm {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .navbar-collapse {
        overflow-y: auto;
        position: absolute !important;
        left: 15px;
        right: 15px;
        z-index: 100;
        margin: 0 !important;
        background-color: #fff;
        box-shadow: 0 50px 100px -20px rgb(50 50 93 / 25%), 0 30px 60px -30px rgb(0 0 0 / 30%);
        border-radius: 10px;
        border: 0;
        padding: 10px 25px 25px 25px;
        height: inherit !important;
        top: 100%;
        text-align: center;
    }

    .navbar-collapse .navbar-nav a {
        color: #000 !important;
        display: inline-block !important;
    }

    .navbar-collapse .navbar-nav a.btn {
        color: #fff !important;
    }

    .navbar-collapse .navbar-nav a.dropdown-toggle {
        color: #000 !important;
    }

    .dropdown-menu-generic {
        width: 100%;
        max-width: 100%;
        background-color: #f9f9f9 !important;
        border: 1px solid #ccc !important;
        border-radius: 10px !important;
        max-height: 200px;
        text-align: center;
    }
}

.form-group.captcha input[type=text] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.captcha .errorlist {
    display: none !important;
}

nav.navbar {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100001;
}

.page-container {
    padding-top: 84px;
    /* position: relative; */
    z-index: 0;
}

.hero-background {
    background-color: #f2f2f2;
}

.sell-form label {
    font-weight: normal;
}

.sell-form .text-required:after {
    content: ' * ';
    color: red;
    font-weight: bold;
}

.sell-form .form-control {
    border-radius: 0;
    min-height: 50px;
    font-size: 16px;
}

h3.p {
    font-size: 16px;
    font-weight: normal;
}

h3.pb {
    font-size: 16px;
    font-weight: bold;
}

.sell-form-hero .page-header {
    font-size: 35px;
    letter-spacing: -1px;
    padding: 0;
}

.car-contact-form .form-group,
.hero-form-search .form-group,
.sell-form .form-group {
    position: relative;
}

/*.car-contact-form .form-group label,*/
/*.hero-form-search .form-group label,*/
/*.sell-form .form-group label {*/
/*    overflow: hidden;*/
/*    pointer-events: none;*/
/*    position: absolute;*/
/*    box-sizing: border-box;*/
/*    font-weight: normal;*/
/*    font-size: 13px;*/
/*    top: 5px;*/
/*    margin: 0;*/
/*    left: 12px;*/
/*    color: #555;*/
/*    background-color: #fff;*/
/*}*/

.car-contact-form .form-group .form-control,
.hero-form-search .form-group .form-control,
.sell-form .form-group .form-control {
    border-radius: 5px;
    box-shadow: none;
    color: #222;
    text-decoration: none;
}

.mark,
mark {
    padding: 0 !important;
}

.hero-search-links span.hero-icon {
    line-height: 1em;
}

.hero-search-links a.hero-non-icon {
    text-overflow: initial;
    white-space: normal;
    padding: 0 10px;
    line-height: 1em;
}

ul.dropdown-menu.dropdown-menu-generic a {
    width: 100% !important;
    max-width: 100% !important;
}

.black-gb {
    padding: 20px 0;
    position: relative;
    /*
    background-color: #000;
    color: #fff;
     */
}

h2.main-page-header {
    margin: 0;
    font-size: 40px;
}

.form-c2a-title {
    background: #272c37;
    color: #fff;
    text-align: center;
    margin: 0 0 -6px 0 !important;
    padding: 10px;
    border-radius: 3px 3px 0 0;
    position: relative;
    z-index: 10;
}

.switch-wrapper input:disabled + .title:after {
    content: ' ';
    background-color: #f0f0f0;
    opacity: .65;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.switch-wrapper input:disabled + .title {
    color: #000;
}

label.disabled {
    cursor: help;
}

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

.disabled .form-row-checkbox-wrapper {
    cursor: help;
    background-color: #f0f0f0;
    opacity: .65;
    color: #000 !important;
    border: 1px solid;
}

.black-gb.subtitle-bg {
    padding: 15px 0;
}

.black-gb.subtitle-bg h2 {
    font-size: 25px !important;
}

/*.hero-cta-wrapper .btn {*/
/*    white-space: pre-wrap;*/
/*}*/

.margin-left-15 {
    margin-left: 15px;
}

.post-location {
    display: inline-flex;
    align-items: center;
    padding: 8px 10px;
    border-radius: 3px;
    color: rgb(50, 118, 197);
    font-size: 14px;
    line-height: 1em;
    background: rgb(241, 248, 252);
}

.post-location svg {
    height: 16px;
    width: 16px;
    margin-right: 5px;
}

.subtitle-bordered {
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 15px !important;
}

.subtitle-bordered:after {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 4px;
    background: linear-gradient(#f76100, #e85b00, #de5700) !important;
    border-radius: 8px;
}

.contact-mobile {
    display: none;
}

.additional-info-box + .additional-info-box {
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px solid #ccc;
}

.modal .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

.ratelimit-force {
    pointer-events: none;
}

.alert-upgrade {
    background-color: #2196F3;
    color: #fff;
}

.alert-upgrade a {
    color: #fff !important;
}

.globe {
    display: flex;
    align-content: center;
}

.globe svg {
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.flash-sell {
    background-color: #ff1600 !important;
    box-shadow: none;
    border: 1px solid #fff;
}

.dealership-car,
.bullet-proof-car {
    font-size: 14px;
    background-color: #025fff !important;
    box-shadow: none;
    border: 1px solid #fff;
    color: #fff;
    padding: 2px 10px;
    border-radius: 30px;
    margin-top: 2px;
    z-index: 1001;
}

.bullet-proof-car svg {
    height: 15px;
    width: 15px;
    margin-left: 5px;
}

.bullet-proof-car {
    position: absolute;
    right: 3px;
}

.car-contact-form hr {
    margin: 10px 0;
}

.social-share-links a {
    cursor: pointer;
}

.social-share-links a svg {
    height: 28px;
    width: 28px;
}

.dealership-item-wrapper {
    text-decoration: none !important;
}

.dealership-item-wrapper + .dealership-item-wrapper {
    margin-top: 20px;
}

/* Modern Dealership Card Styles */
.dealership-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.dealership-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.dealership-card-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.dealership-card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    text-align: center;
    flex: 1;
}

.dealership-card-logo {
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border-radius: 8px;
    overflow: hidden;
}

.dealership-card-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.dealership-logo-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
}

.dealership-logo-placeholder i {
    font-size: 48px;
    opacity: 0.9;
}

.dealership-card-content {
    width: 100%;
}

.dealership-card-title {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 12px 0;
    line-height: 1.3;
    text-align: center;
}

.dealership-card-stats {
    margin-bottom: 16px;
    text-align: center;
}

.dealership-card-stats .badge {
    font-size: 13px;
    padding: 6px 12px;
    font-weight: 500;
}

.dealership-card-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.dealership-info-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #666;
    justify-content: center;
}

.dealership-info-item i {
    font-size: 16px;
    flex-shrink: 0;
}

.dealership-info-item span {
    text-align: left;
}

.dealership-card-footer {
    padding: 16px 24px;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    display: flex;
    justify-content: center;
}

.dealership-card-footer .btn {
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.dealership-card:hover .dealership-card-footer .btn {
    background-color: var(--bs-primary);
    color: #fff;
    border-color: var(--bs-primary);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .dealership-card-body {
        padding: 20px;
    }

    .dealership-card-logo {
        width: 100px;
        height: 100px;
    }

    .dealership-card-title {
        font-size: 18px;
    }

    .dealership-card-footer {
        padding: 12px 20px;
    }

    .dealership-info-item {
        font-size: 13px;
    }
}

hr {
    width: 100%;
}

.dealership-pricing-price .small {
    font-size: 16px;
    margin-left: 5px;
    font-weight: normal;
}

.dealership-pricing-price {
    cursor: pointer;
    background-color: #fff;
    color: #4a4a4a;
    padding: 10px 30px;
    border-radius: 5px;
    border: 1px solid #4a4a4a;
    margin: 0 5px;
}

.dealership-pricing-price > div {
    font-size: 25px;
    line-height: 1.2em;
}

.dealership-pricing-wrapper input[type="radio"]:checked + label {
    background-color: #186fff;
    color: #fff;
    border: 1px solid #186fff;
}

li.country-filter {
    padding: 0 5px;
}

.btn-lang svg {
    height: 20px;
    width: 20px;
}

.btn-lang {
    line-height: 1em !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

/* ========================================
   Sell Form UI Improvements
   ======================================== */

/* Modern container styling */
.sell-form-hero {
    margin-bottom: 40px;
}

.sell-form-hero h1 {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.sell-form-hero h3 {
    color: #666;
    font-weight: 400;
    line-height: 1.6;
}

/* Box wrapper improvements */
.box-wrapper {
    padding: 24px !important;
    margin-bottom: 20px !important;
    border-radius: 12px !important;
    border: 1px solid #e5e7eb;
}

.box-wrapper:hover {
    border-color: #d1d5db;
    transition: border-color 0.2s ease;
}

/* Main label section improvements */
.main-label {
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 24px !important;
    margin-top: 40px !important;
    color: #1a1a1a !important;
}

.main-label:after {
    background-color: #e5e7eb !important;
    height: 1px !important;
}

.main-label span {
    padding-right: 24px !important;
}

/* Form control improvements */
.sell-form .form-control {
    border: 1px solid #d1d5db !important;
    border-radius: 8px !important;
    transition: all 0.2s ease;
    font-size: 15px !important;
}

.sell-form .form-control:focus {
    border-color: #186fff !important;
    box-shadow: 0 0 0 3px rgba(24, 111, 255, 0.1) !important;
    outline: none;
}

.sell-form .form-group {
    margin-bottom: 24px !important;
}

.sell-form .form-group label {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #374151 !important;
    z-index: 100;
}

/* Select dropdown improvements */
.sell-form .select select {
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background-color: #fff;
    transition: all 0.2s ease;
}

.sell-form .select select:focus {
    border-color: #186fff;
    box-shadow: 0 0 0 3px rgba(24, 111, 255, 0.1);
    outline: none;
}

/* Upload area improvements */
.upload-photo {
    border: 2px dashed #d1d5db !important;
    border-radius: 12px !important;
    padding: 48px 24px !important;
    background-color: #f9fafb;
    transition: all 0.2s ease;
}

.upload-photo:hover {
    border-color: #186fff !important;
    background-color: #eff6ff;
}

.upload-photo p {
    color: #6b7280;
    font-size: 15px;
    margin-top: 12px;
}

.upload-photo svg {
    opacity: 0.6;
}

/* Switch/Radio button improvements */
.switch-wrapper .switch {
    padding: 16px 24px;
    /*border: 2px solid #d1d5db;*/
    /*border-radius: 8px;*/
    /*transition: all 0.2s ease;*/
    /*background-color: #fff;*/
}

.switch-wrapper .switch:hover {
    border-color: #9ca3af;
}

.switch-wrapper .switch input:checked ~ .title {
    color: #186fff;
}

.switch-wrapper .switch input:checked ~ * {
    border-color: #186fff;
}

/* Checkbox improvements */
.form-row-checkbox-wrapper {
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    padding: 14px 16px !important;
    transition: all 0.2s ease !important;
    background-color: #fff;
}

.form-row-checkbox-wrapper:hover {
    border-color: #d1d5db !important;
    background-color: #f9fafb !important;
}

.form-row-checkbox input:checked ~ .form-row-checkbox-wrapper {
    border-color: #186fff !important;
    background-color: #eff6ff !important;
}

/* Panel/Accordion improvements */
.panel-default {
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    margin-bottom: 12px !important;
    overflow: hidden;
}

.panel-heading {
    background-color: #f9fafb !important;
    border-bottom: 1px solid #e5e7eb !important;
    padding: 0 !important;
}

.panel-title a {
    display: block;
    padding: 18px 20px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.panel-title a:hover {
    background-color: #f3f4f6;
}

.panel-title a:not(.collapsed) {
    background-color: #eff6ff;
    color: #186fff;
}

.panel-body {
    padding: 24px 20px !important;
}

/* Alert improvements */
.alert-info {
    background-color: #eff6ff !important;
    border: 1px solid #bfdbfe !important;
    border-radius: 8px !important;
    color: #1e40af !important;
    padding: 14px 16px !important;
}

.alert-warning {
    background-color: #fef3c7 !important;
    border: 1px solid #fde68a !important;
    border-radius: 8px !important;
    color: #92400e !important;
    padding: 14px 16px !important;
}

.alert-upgrade {
    background-color: #fef2f2 !important;
    border: 1px solid #fecaca !important;
    border-radius: 8px !important;
    color: #991b1b !important;
    padding: 14px 16px !important;
}

/* Button improvements */
.sell-form .btn-primary {
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.2s ease;
    border: none;
}

.sell-form .btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(24, 111, 255, 0.3);
}

/* Form unit (price, mileage) improvements */
.form-unit {
    gap: 12px;
}

.form-unit .form-control {
    flex: 1;
}

.form-unit .select {
    min-width: 120px;
}

/* Responsive improvements */
@media (max-width: 767px) {
    .sell-form-hero h1 {
        font-size: 32px;
    }

    .box-wrapper {
        padding: 20px !important;
    }

    .main-label {
        font-size: 16px !important;
        margin-top: 32px !important;
    }
}

/* ========================================
   Modern Gallery with Fancybox
   ======================================== */

.modern-gallery {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

/* Single image layout */
.gallery-single {
    width: 100%;
    height: 392px;
    overflow: hidden;
    border-radius: 8px;
}

.gallery-single a {
    display: block;
    width: 100%;
    height: 100%;
}

.gallery-img-single {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.gallery-img-single:hover {
    transform: scale(1.02);
}

/* Grid layout for 2 images */
.gallery-grid-two {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: initial !important;
    gap: 8px;
    height: 300px;
    max-height: 60vh;
}

.gallery-grid-two a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}

.gallery-grid-two .gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.gallery-grid-two .gallery-img:hover {
    transform: scale(1.05);
}

/* Grid layout for 3+ images */
.gallery-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 8px;
    height: 392px;
}

.gallery-main {
    grid-row: 1 / 3;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    display: block;
}

.gallery-small {
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    display: block;
}

.gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.gallery-img:hover {
    transform: scale(1.05);
}

/* View all overlay */
.gallery-view-all {
    position: relative;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: background 0.3s ease;
}

.gallery-view-all:hover .gallery-overlay {
    background: rgba(0, 0, 0, 0.75);
}

.gallery-view-all-text {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: rgba(0, 96, 255, 0.9);
    border-radius: 4px;
    transition: all 0.3s ease;
}

.gallery-view-all-text svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.gallery-view-all:hover .gallery-view-all-text {
    background: rgba(0, 96, 255, 1);
    transform: scale(1.05);
}

/* Floating badges */
.modern-gallery .floating-wrapper {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.modern-gallery .bullet-proof-car {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .gallery-single,
    .gallery-grid-two,
    .gallery-grid {
        height: 280px;
    }

    .gallery-grid {
        grid-template-columns: 1.5fr 1fr;
    }

    .gallery-view-all-text {
        font-size: 14px;
        padding: 8px 16px;
    }
}

@media (max-width: 540px) {
    .gallery-single,
    .gallery-grid-two,
    .gallery-grid {
        height: 400px;
        max-height: 60vh;
    }

    /* Show only main image in mobile */
    .gallery-grid {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        display: block;
    }

    .gallery-main {
        grid-row: auto;
        height: 100%;
    }

    /* Hide ALL small thumbnails in mobile (including view-all) */
    .gallery-grid .gallery-small {
        display: none !important;
    }

    /* Main image becomes full container in mobile */
    .gallery-grid .gallery-main {
        position: relative;
    }

    /* View photos button positioned at bottom right */
    .gallery-grid .gallery-view-all-btn-mobile {
        position: absolute;
        bottom: 16px;
        right: 16px;
        z-index: 10;
        background: rgba(0, 0, 0, 0.75);
        color: white;
        padding: 10px 18px;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 8px;
        pointer-events: none;
        backdrop-filter: blur(10px);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    }

    .gallery-grid .gallery-view-all-btn-mobile svg {
        width: 18px;
        height: 18px;
        fill: white;
    }

    .gallery-view-all-text {
        font-size: 12px;
        padding: 6px 12px;
    }

    /* Show only 2 photos side by side for gallery-grid-two in mobile */
    .gallery-grid-two {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        height: 280px;
    }
}

/* ========================================
   Published Date Styling
   ======================================== */

.published-date {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.published-date svg {
    flex-shrink: 0;
    opacity: 0.7;
}

/* ========================================
   Modern Card Design
   ======================================== */

.modern-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.modern-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.modern-card .post-information-wrapper {
    text-decoration: none;
    color: inherit;
    display: block;
}

.modern-card .post-information {
    padding: 16px;
}

/* Title */
.post-item-title-modern {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 12px 0;
    color: #1a1a1a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* Price */
.post-price-modern {
    margin-bottom: 12px;
}

.post-price-modern .price-main {
    font-size: 24px;
    font-weight: 700;
    color: #0060ff;
    line-height: 1.2;
}

.post-price-modern .price-symbol {
    font-size: 20px;
    font-weight: 600;
}

.post-price-modern .price-value {
    font-size: 26px;
}

.post-price-modern .price-secondary {
    font-size: 14px;
    color: #666;
    margin-top: 4px;
}

/* Specs - Key info in one line */
.post-specs {
    font-size: 15px;
    color: #1a1a1a;
    margin-bottom: 8px;
    font-weight: 500;
}

.spec-item {
    color: #1a1a1a;
}

.spec-divider {
    margin: 0 6px;
    color: #999;
}

/* Meta - Secondary info */
.post-meta {
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
}

.meta-item {
    color: #666;
}

.meta-divider {
    margin: 0 5px;
    color: #ccc;
}

/* Footer - Badges */
.post-footer {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.condition-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.condition-new {
    background-color: #e8f5e9;
    color: #2e7d32;
}

.condition-used {
    background-color: #e3f2fd;
    color: #1565c0;
}

.dealership-badge {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    color: #666;
    padding: 4px 8px;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.dealer-logo-small {
    max-height: 20px;
    max-width: 60px;
    object-fit: contain;
}

/* Image area adjustments for modern card */
.modern-card .post-carousel-wrapper {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.modern-card .post-thumbnail {
    aspect-ratio: 4/3;
    display: block;
}

.modern-card .image-item-thumbnail {
    border-radius: 0;
}

.navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .post-item-title-modern {
        font-size: 16px;
    }

    .post-price-modern .price-main {
        font-size: 20px;
    }

    .post-price-modern .price-value {
        font-size: 22px;
    }

    .post-specs {
        font-size: 14px;
    }

    .post-meta {
        font-size: 13px;
    }
}

/* ========================================
   Modern Footer with Bootstrap 5.3
   ======================================== */

footer.footer {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: #e4e4e4;
}

footer.footer .footer-links a {
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
    font-size: 14px;
}

footer.footer .footer-links a:hover {
    color: #fff;
    transform: translateX(5px);
}

footer.footer .footer-links a i {
    font-size: 14px;
    opacity: 0.8;
}

footer.footer h5 {
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

footer.footer h5 i {
    color: #0d6efd;
}

footer.footer .footer-logo svg {
    max-width: 150px;
    height: auto;
    filter: brightness(0) invert(1);
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

footer.footer .footer-logo:hover svg {
    opacity: 1;
}

footer.footer .counter-section {
    padding: 20px;
}

footer.footer .counter-section .display-4 {
    font-size: 3.5rem;
    background: linear-gradient(135deg, #0d6efd 0%, #0dcaf0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

footer.footer .border-secondary {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

footer.footer .text-white-50 a {
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.3s ease;
}

footer.footer .text-white-50 a:hover {
    color: #fff;
}

/* Responsive Footer */
@media (max-width: 768px) {
    footer.footer .counter-section .display-4 {
        font-size: 2.5rem;
    }

    footer.footer h5 {
        font-size: 1rem;
        margin-top: 2rem;
    }

    footer.footer .footer-links a {
        font-size: 13px;
    }
}

/* Footer Flag Icons */
footer.footer .footer-flag-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

footer.footer .footer-flag-icon svg {
    width: 20px;
    height: 20px;
    max-width: 20px;
    max-height: 20px;
    object-fit: contain;
}

/* Header Dropdown Max Height */
.navbar .dropdown-menu {
    max-height: 400px;
    overflow-y: auto;
}

/* Scrollbar styling for dropdown menus */
.navbar .dropdown-menu::-webkit-scrollbar {
    width: 8px;
}

.navbar .dropdown-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.navbar .dropdown-menu::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.navbar .dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Keep the filter input at the top */
.navbar .dropdown-menu .country-filter {
    position: sticky;
    top: 0;
    background: white;
    z-index: 10;
    margin-bottom: 8px;
}

/* ========================================
   Modern CTA Section
   ======================================== */

.modern-cta {
    background: #fff;
    border-radius: 16px;
    padding: 10px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e7eb;
    position: relative;
}

.modern-cta .cta-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.modern-cta .cta-description {
    font-size: 1.1rem;
    color: #6b7280;
    line-height: 1.6;
}

.modern-cta .cta-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.modern-cta .cta-features li {
    display: flex;
    align-items: center;
    color: #374151;
    font-size: 1rem;
}

.modern-cta .cta-features li i {
    font-size: 1.25rem;
    margin-right: 12px;
    color: #10b981;
    flex-shrink: 0;
}

.modern-cta .cta-button {
    background: #0d6efd;
    color: #fff;
    border: none;
    padding: 16px 32px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.2);
}

.modern-cta .cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(13, 110, 253, 0.3);
    background: #0b5ed7;
    color: #fff;
}

.modern-cta .cta-button i {
    font-size: 1.2rem;
}

.modern-cta .cta-note {
    color: #6b7280;
    font-size: 0.9rem;
    margin: 0;
}

.modern-cta .cta-note i {
    color: #10b981;
}

/* Responsive */
@media (max-width: 768px) {
    .modern-cta {
        padding: 40px 30px;
        border-radius: 16px;
    }

    .modern-cta .cta-title {
        font-size: 2rem;
        text-align: center;
    }

    .modern-cta .cta-description {
        font-size: 1rem;
        text-align: center;
    }

    .modern-cta .cta-features {
        margin-bottom: 2rem;
    }

    .modern-cta .cta-features li {
        font-size: 0.95rem;
    }

    .modern-cta .cta-button {
        font-size: 1rem;
        padding: 14px 28px;
    }
}

@media (max-width: 576px) {
    .modern-cta {
        padding: 30px 20px;
    }

    .modern-cta .cta-title {
        font-size: 1.75rem;
    }

    .modern-cta .cta-features li i {
        font-size: 1.25rem;
    }
}

/* ========================================
   Modern Vehicle Cards
   ======================================== */

.vehicle-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e7eb;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.vehicle-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.vehicle-card .card-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Image Section */
.vehicle-card .card-image-wrapper {
    position: relative;
    width: 100%;
    background: #f3f4f6;
}

.vehicle-card .card-image {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vehicle-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.vehicle-card:hover .card-image img {
    transform: scale(1.05);
}

.vehicle-card .image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
    color: #9ca3af;
}

.vehicle-card .image-placeholder i {
    font-size: 4rem;
}

/* Badges */
.vehicle-card .card-badges {
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    z-index: 10;
}

.vehicle-card .badge {
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.vehicle-card .badge-urgent {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: #fff;
}

.vehicle-card .badge-dealership {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: #fff;
}

.vehicle-card .badge-special {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #fff;
}

.vehicle-card .badge i {
    font-size: 0.875rem;
}

/* Photo Count */
.vehicle-card .photo-count {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    backdrop-filter: blur(4px);
}

.vehicle-card .photo-count i {
    font-size: 1rem;
}

/* Condition Overlay */
.vehicle-card .condition-overlay {
    position: absolute;
    bottom: 12px;
    left: 12px;
}

.vehicle-card .condition-tag {
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.vehicle-card .tag-new {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #fff;
}

.vehicle-card .tag-used {
    background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%);
    color: #fff;
}

/* Card Content */
.vehicle-card .card-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
}

.vehicle-card .card-title {
    font-size: 1.125rem;
    color: #1f2937;
    margin: 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Price Section */
.vehicle-card .card-price {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.vehicle-card .price-amount {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0d6efd;
    line-height: 1;
}

.vehicle-card .price-monthly {
    font-size: 0.875rem;
    color: #6b7280;
    font-weight: 500;
}

/* Specs Grid */
.vehicle-card .card-specs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.vehicle-card .spec-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.875rem;
    color: #4b5563;
}

.vehicle-card .spec-item i {
    font-size: 1rem;
    color: #6b7280;
    flex-shrink: 0;
}

.vehicle-card .spec-item span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Location */
.vehicle-card .card-location {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.875rem;
    color: #6b7280;
    padding-top: 12px;
    border-top: 1px solid #e5e7eb;
}

.vehicle-card .card-location i {
    font-size: 1rem;
    flex-shrink: 0;
}

/* Dealership Footer */
.vehicle-card .card-dealer {
    display: flex;
    align-items: center;
    padding-top: 12px;
    margin-top: auto;
    border-top: 1px solid #e5e7eb;
}

.vehicle-card .dealer-logo {
    max-height: 40px;
    max-width: 120px;
    object-fit: contain;
}

.vehicle-card .dealer-name {
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .vehicle-card .card-content {
        padding: 16px;
        gap: 12px;
    }

    .vehicle-card .card-title {
        font-size: 1rem;
    }

    .vehicle-card .price-amount {
        font-size: 1.25rem;
    }

    .vehicle-card .card-specs-grid {
        gap: 10px;
    }

    .vehicle-card .spec-item {
        font-size: 0.8125rem;
    }
}

@media (max-width: 576px) {
    .vehicle-card {
        border-radius: 8px;
    }

    .vehicle-card .card-content {
        padding: 14px;
    }

    .vehicle-card .card-badges {
        top: 8px;
        left: 8px;
        right: 8px;
        gap: 6px;
    }

    .vehicle-card .badge {
        padding: 5px 10px;
        font-size: 0.7rem;
    }

    .vehicle-card .photo-count {
        bottom: 8px;
        right: 8px;
        padding: 5px 10px;
        font-size: 0.8125rem;
    }

    .vehicle-card .condition-tag {
        padding: 5px 10px;
        font-size: 0.7rem;
    }
}

/* ========================================
   Search Results Header
   ======================================== */

/* Filter Chips */
.selected-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    font-size: 0.875rem;
    color: #374151;
    text-decoration: none;
    transition: all 0.2s ease;
}

.filter-chip:hover {
    background: #e5e7eb;
    border-color: #d1d5db;
    color: #1f2937;
}

.filter-chip i {
    font-size: 1rem;
    font-weight: 700;
}

/* Results Header */
.results-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 2px solid #e5e7eb;
    margin-bottom: 24px;
}

.results-count {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.count-number {
    font-size: 2rem;
    font-weight: 800;
    color: #1f2937;
    line-height: 1;
}

.count-label {
    font-size: 1rem;
    color: #6b7280;
    font-weight: 500;
}

.results-sort {
    display: flex;
    align-items: center;
    gap: 12px;
}

.sort-label {
    font-size: 0.875rem;
    color: #6b7280;
    font-weight: 500;
}

.btn-sort {
    background: #fff;
    border: 1px solid #e5e7eb;
    color: #374151;
    padding: 8px 16px;
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.btn-sort:hover {
    background: #f9fafb;
    border-color: #d1d5db;
    color: #1f2937;
}

.btn-sort:focus {
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.1);
    border-color: #0d6efd;
}

.dropdown-sort .dropdown-menu {
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 8px;
    min-width: 220px;
}

.dropdown-sort .dropdown-item {
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 0.875rem;
    color: #374151;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
}

.dropdown-sort .dropdown-item:hover {
    background: #f3f4f6;
    color: #0d6efd;
}

.dropdown-sort .dropdown-item i {
    font-size: 1rem;
    color: #6b7280;
}

.dropdown-sort .dropdown-item:hover i {
    color: #0d6efd;
}

.dropdown-sort .dropdown-divider {
    margin: 8px 0;
    border-color: #e5e7eb;
}

/* Responsive */
@media (max-width: 768px) {
    .results-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 16px 0;
    }

    .count-number {
        font-size: 1.5rem;
    }

    .count-label {
        font-size: 0.875rem;
    }

    .results-sort {
        width: 100%;
        justify-content: space-between;
    }

    .dropdown-sort {
        flex-grow: 1;
    }

    .btn-sort {
        width: 100%;
        justify-content: space-between;
    }
}

@media (max-width: 576px) {
    .selected-filters {
        gap: 6px;
    }

    .filter-chip {
        padding: 5px 10px;
        font-size: 0.8125rem;
    }

    .count-number {
        font-size: 1.25rem;
    }

    .results-header {
        padding: 12px 0;
        margin-bottom: 16px;
    }
}

/* ========================================
   Modern Pagination
   ======================================== */

.modern-pagination {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.pagination-list {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination-list .page-item {
    display: flex;
}

.pagination-list .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    color: #374151;
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 1rem;
}

.pagination-list .page-link:hover {
    background: #f9fafb;
    border-color: #0d6efd;
    color: #0d6efd;
}

.pagination-list .page-item.disabled .page-link {
    background: #f9fafb;
    border-color: #e5e7eb;
    color: #d1d5db;
    cursor: not-allowed;
    pointer-events: none;
}

.pagination-list .page-info {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 12px;
    font-size: 0.875rem;
    color: #6b7280;
}

.pagination-list .current-page {
    font-weight: 700;
    font-size: 1rem;
    color: #1f2937;
}

.pagination-list .page-separator {
    color: #d1d5db;
    font-weight: 400;
}

.pagination-list .total-pages {
    color: #6b7280;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 576px) {
    .modern-pagination {
        margin: 20px 0;
    }

    .pagination-list {
        gap: 6px;
    }

    .pagination-list .page-link {
        width: 36px;
        height: 36px;
        font-size: 0.9rem;
    }

    .pagination-list .page-info {
        padding: 0 8px;
        font-size: 0.8125rem;
    }

    .pagination-list .current-page {
        font-size: 0.9rem;
    }
}

/* ========================================
   Modern Search Sidebar
   ======================================== */

.search-sidebar {
    width: 280px;
}

.search-sidebar .box-shadow {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.search-form .form-group {
    margin-bottom: 20px;
}

.search-form label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
}

.search-form .form-control {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 0.875rem;
    color: #1f2937;
    transition: all 0.2s ease;
    background: #fff;
}

.search-form .form-control:focus {
    outline: none;
    border-color: #0d6efd;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.1);
}

.search-form select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23374151' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 36px;
}

/* Range inputs (Year, Price, Postal Code) */
.zip-range {
    display: flex;
    align-items: center;
    gap: 8px;
}

.zip-range .form-control {
    flex: 1;
}

.zip-range span {
    color: #9ca3af;
    font-weight: 500;
}

/* Checkbox lists */
.boat-category-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 200px;
    overflow-y: auto;
    padding: 8px;
    background: #f9fafb;
    border-radius: 8px;
}

.boat-category-list label {
    margin: 0;
    padding: 8px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s ease;
    font-weight: 400;
}

.boat-category-list label:hover {
    background: #fff;
}

.checkbox-wrapper {
    margin-right: 8px;
}

.checkbox-wrapper input[type="checkbox"] {
    width: 18px;
    height: 18px;
    border: 2px solid #d1d5db;
    border-radius: 4px;
    cursor: pointer;
}

.checkbox-text {
    font-size: 0.875rem;
    color: #4b5563;
}

/* Certified checkbox */
.search-form label.prevent {
    display: flex;
    align-items: center;
    padding: 12px;
    background: #f9fafb;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s ease;
    font-weight: 500;
}

.search-form label.prevent:hover {
    background: #f3f4f6;
}

.search-form label.prevent input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    cursor: pointer;
}

/* Apply filter button */
.btn-link {
    display: inline-block;
    margin-top: 8px;
    padding: 6px 12px;
    background: none;
    border: none;
    color: #0d6efd;
    font-size: 0.8125rem;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.2s ease;
}

.btn-link:hover {
    color: #0b5ed7;
    text-decoration: underline;
}

/* Country display */
.btn.btn-default.btn-block {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    padding: 12px;
    border-radius: 8px;
    justify-content: center;
    font-weight: 500;
    color: #374151;
}

.btn-flag {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Mobile search buttons */
.searchbar-button {
    margin-top: 20px;
}

.searchbar-button .btn {
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 600;
}

/* Scrollbar styling for checkbox lists */
.boat-category-list::-webkit-scrollbar {
    width: 6px;
}

.boat-category-list::-webkit-scrollbar-track {
    background: #f3f4f6;
    border-radius: 3px;
}

.boat-category-list::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 3px;
}

.boat-category-list::-webkit-scrollbar-thumb:hover {
    background: #9ca3af;
}

/* Responsive */
@media (max-width: 992px) {
    .search-sidebar {
        width: 260px;
    }
}

@media (max-width: 768px) {
    .search-sidebar {
        width: 100%;
    }
}

/* ========================================
   Postpage Sidebar
   ======================================== */

.postpage-sidebar {
    width: 360px;
}

.sidebar-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.sidebar-card-header {
    padding: 20px;
    border-bottom: 1px solid #e5e7eb;
    background: #f9fafb;
}

.sidebar-card-title {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 700;
    color: #1f2937;
    display: flex;
    align-items: center;
}

.sidebar-card-title i {
    color: #0d6efd;
    font-size: 1.25rem;
}

.sidebar-card-body {
    padding: 24px;
}

/* Contact Form Styling */
.car-contact-form .form-group {
    margin-bottom: 20px;
}

.car-contact-form label {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
}

.car-contact-form label i {
    color: #6b7280;
    font-size: 1rem;
}

.car-contact-form .form-control {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 0.875rem;
    color: #1f2937;
    transition: all 0.2s ease;
    background: #fff;
}

.car-contact-form .form-control:focus {
    outline: none;
    border-color: #0d6efd;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.1);
}

.car-contact-form textarea.form-control {
    resize: vertical;
    min-height: 80px;
}

/* Checkbox Groups */
.checkbox-group {
    margin-bottom: 16px;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    padding: 12px;
    border-radius: 8px;
    background: #f9fafb;
    transition: background 0.2s ease;
    margin: 0;
}

.checkbox-label:hover {
    background: #f3f4f6;
}

.checkbox-label input[type="checkbox"] {
    margin-top: 2px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    flex-shrink: 0;
}

.checkbox-text {
    font-size: 0.8125rem;
    color: #4b5563;
    line-height: 1.4;
    display: flex;
    align-items: center;
}

.checkbox-text i {
    color: #6b7280;
}

/* Form Disclaimer */
.form-disclaimer {
    padding: 16px;
    background: #f9fafb;
    border-radius: 8px;
    margin-bottom: 20px;
    border-left: 3px solid #0d6efd;
}

.form-disclaimer .small {
    font-size: 0.75rem;
    color: #6b7280;
    line-height: 1.5;
}

.form-disclaimer a {
    color: #0d6efd;
    text-decoration: none;
    font-weight: 500;
}

.form-disclaimer a:hover {
    text-decoration: underline;
}

/* Contact Button */
.btn-contact {
    padding: 14px 24px;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: none;
}

.btn-contact:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(13, 110, 253, 0.3);
}

.btn-contact i {
    font-size: 1.1rem;
}

/* Responsive */
@media (max-width: 992px) {
    .postpage-sidebar {
        width: 100%;
        margin-top: 30px;
    }

    .sidebar-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .sidebar-card-body {
        padding: 20px;
    }

    .sidebar-card-header {
        padding: 16px;
    }

    .sidebar-card-title {
        font-size: 1rem;
    }

    .car-contact-form .form-group {
        margin-bottom: 16px;
    }

    .form-disclaimer {
        padding: 12px;
    }
}

/* ========================================
   Newsletter CTA
   ======================================== */

.newsletter-cta {
    margin: 20px 0;
}

.newsletter-cta .newsletter-icon {
    display: inline-flex;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #0d6efd 0%, #0b5ed7 100%);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.newsletter-cta .newsletter-icon i {
    font-size: 1.75rem;
    color: #fff;
}

.newsletter-cta .cta-title {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}

.newsletter-cta .cta-description {
    font-size: 1rem;
    margin-bottom: 0;
}

.newsletter-input-wrapper {
    max-width: 600px;
    margin: 0 auto;
}

.newsletter-input-wrapper .input-group {
    background: #fff;
    box-shadow: 0 0 0 1px #ddd;
    border-radius: 10px;
    padding: 4px;
    transition: all 0.3s ease;
}

.newsletter-input-wrapper .input-group:focus-within {
    border-color: #0d6efd;
    box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.1);
}

.newsletter-input-wrapper .input-group-text {
    border: none;
    background: transparent;
    color: #6b7280;
    padding-left: 12px;
}

.newsletter-input-wrapper .form-control {
    border: none;
    background: transparent;
    font-size: 1rem;
    padding: 10px 8px;
}

.newsletter-input-wrapper .form-control:focus {
    box-shadow: none;
    outline: none;
}

.newsletter-submit {
    border-radius: 8px;
    padding: 10px 24px;
    font-weight: 600;
    white-space: nowrap;
    border: none;
    background: #0d6efd;
    transition: all 0.3s ease;
}

.newsletter-submit:hover {
    background: #0b5ed7;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
}

.newsletter-submit i {
    font-size: 1.1rem;
}

.subscription-response {
    text-align: center;
    font-size: 0.875rem;
    color: #6b7280;
}

/* Responsive */
@media (max-width: 768px) {
    .newsletter-cta .newsletter-icon {
        width: 50px;
        height: 50px;
    }

    .newsletter-cta .newsletter-icon i {
        font-size: 1.5rem;
    }

    .newsletter-cta .cta-title {
        font-size: 1.5rem;
    }

    .newsletter-input-wrapper .input-group {
        flex-wrap: wrap;
    }

    .newsletter-submit {
        width: 100%;
        margin-top: 8px;
    }
}

@media (max-width: 576px) {
    .newsletter-cta {
        padding: 30px 20px;
    }

    .newsletter-cta .cta-title {
        font-size: 1.25rem;
    }

    .newsletter-cta .cta-description {
        font-size: 0.9rem;
    }

    .newsletter-input-wrapper .form-control {
        font-size: 0.9rem;
    }

    .newsletter-submit {
        font-size: 0.9rem;
        padding: 10px 20px;
    }
}

/* ==========================================
   Post Page Header Styles
   ========================================== */

.postpage-header-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.postpage-published {
    display: inline-flex;
    align-items: center;
    font-size: 0.875rem;
    color: #6b7280;
}

.postpage-published i {
    color: #9ca3af;
}

.postpage-title {
    font-size: 2rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 20px;
    line-height: 1.2;
}

.postpage-price-section {
    background: #f9fafb;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
}

.price-main {
    margin-bottom: 16px;
}

.price-label {
    display: block;
    font-size: 0.875rem;
    color: #6b7280;
    font-weight: 500;
    margin-bottom: 8px;
}

.price-amount-wrapper {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.price-currency {
    font-size: 1.5rem;
    font-weight: 600;
    color: #0d6efd;
}

.price-value {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0d6efd;
    line-height: 1;
}

.price-monthly {
    padding-top: 12px;
    border-top: 1px solid #e5e7eb;
}

.price-monthly-label {
    display: block;
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 6px;
}

.price-monthly-amount {
    font-size: 1.25rem;
    font-weight: 600;
    color: #111827;
}

.price-monthly-amount .currency {
    font-size: 1rem;
}

.price-monthly-amount .amount {
    margin: 0 4px;
}

.price-monthly-amount .period {
    font-size: 0.875rem;
    color: #6b7280;
    font-weight: 400;
}

.postpage-location {
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #4b5563;
}

.postpage-location i {
    color: #ef4444;
    font-size: 1.125rem;
}

/* Responsive */
@media (max-width: 768px) {
    .postpage-header-card {
        padding: 20px;
    }

    .postpage-title {
        font-size: 1.5rem;
    }

    .price-value {
        font-size: 2rem;
    }

    .price-currency {
        font-size: 1.25rem;
    }
}

@media (max-width: 576px) {
    .postpage-header-card {
        padding: 16px;
    }

    .postpage-title {
        font-size: 1.25rem;
    }

    .price-value {
        font-size: 1.75rem;
    }

    .price-monthly-amount {
        font-size: 1.125rem;
    }
}

/* ==========================================
   Post Page Details Card Styles
   ========================================== */

.postpage-details-card {
    background: #fff;
    border-radius: 12px;
    padding: 28px;
    margin-bottom: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.details-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}

.details-card-title i {
    color: #0d6efd;
}

.details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

.detail-grid-item {
    display: flex;
    gap: 14px;
    padding: 10px;
    background: #f9fafb;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    transition: all 0.2s ease;
}

.detail-grid-item:hover {
    border-color: #d1d5db;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.detail-grid-item-wide {
    grid-column: span 2;
}

.detail-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e7eb;
}

.detail-icon i {
    font-size: 1.25rem;
    color: #0d6efd;
}

.detail-content {
    flex-grow: 1;
    min-width: 0;
}

.detail-label {
    font-size: 0.8125rem;
    color: #6b7280;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.detail-value {
    font-size: 1rem;
    color: #111827;
    font-weight: 600;
    word-wrap: break-word;
}

.detail-link {
    color: #0d6efd;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    transition: color 0.2s ease;
}

.detail-link:hover {
    color: #0b5ed7;
    text-decoration: underline;
}

.detail-link i {
    font-size: 0.875rem;
}

/* ==========================================
   Post Page Description Card Styles
   ========================================== */

.postpage-description-card {
    background: #fff;
    border-radius: 12px;
    padding: 28px;
    margin-bottom: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.description-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.description-card-title i {
    color: #0d6efd;
}

.description-content {
    font-size: 1rem;
    line-height: 1.7;
    color: #374151;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/* Responsive */
@media (max-width: 992px) {
    .details-grid {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    }

    .detail-grid-item-wide {
        grid-column: span 1;
    }
}

@media (max-width: 768px) {
    .postpage-details-card,
    .postpage-description-card {
        padding: 20px;
    }

    .details-card-title,
    .description-card-title {
        font-size: 1.25rem;
    }

    .details-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .detail-grid-item {
        padding: 14px;
    }
}

@media (max-width: 576px) {
    .postpage-details-card,
    .postpage-description-card {
        padding: 16px;
        border-radius: 8px;
    }

    .details-card-title,
    .description-card-title {
        font-size: 1.125rem;
        margin-bottom: 16px;
    }

    .detail-icon {
        width: 36px;
        height: 36px;
    }

    .detail-icon i {
        font-size: 1.125rem;
    }

    .detail-grid-item {
        gap: 12px;
        padding: 12px;
    }
}

/* ==========================================
   Auth Pages Styles (Signup, Login, etc.)
   ========================================== */

.auth-page {
    min-height: calc(100vh - 200px);
    padding: 60px 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #e9ecef 100%);
}

.auth-card {
    background: #fff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.auth-header {
    margin-bottom: 32px;
}

.auth-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #0d6efd 0%, #0b5ed7 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 4px 20px rgba(13, 110, 253, 0.3);
}

.auth-icon i {
    font-size: 2rem;
    color: #fff;
}

.auth-title {
    font-size: 2rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 8px;
}

.auth-subtitle {
    font-size: 1rem;
    color: #6b7280;
    margin-bottom: 0;
}

.auth-benefits {
    background: #f0f9ff;
    border-left: 4px solid #0d6efd;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 28px;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 0.9375rem;
    color: #374151;
}

.benefit-item:last-child {
    margin-bottom: 0;
}

.benefit-item i {
    color: #10b981;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.alert-modern {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 24px;
    border: none;
}

.alert-modern i {
    font-size: 1.25rem;
    flex-shrink: 0;
}

.auth-form {
    margin-bottom: 28px;
}

.auth-form .form-group {
    margin-bottom: 20px;
}

.form-label {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
    display: block;
}

.form-control-modern {
    padding: 12px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.2s ease;
}

.form-control-modern:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.1);
    outline: none;
}

.password-input-wrapper {
    position: relative;
}

.password-input-wrapper .form-control-modern {
    padding-right: 50px;
}

.password-toggle {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #6b7280;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.password-toggle:hover {
    background: #f3f4f6;
    color: #374151;
}

.password-toggle i {
    font-size: 1.125rem;
}

.form-check-modern {
    background: #f9fafb;
    border-radius: 10px;
    padding: 14px;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    gap: 12px;
}

.form-check-modern .form-check-input {
    width: 20px;
    height: 20px;
    margin: 0;
    flex-shrink: 0;
    cursor: pointer;
}

.form-check-modern .form-check-label {
    font-size: 0.9375rem;
    color: #374151;
    cursor: pointer;
    margin: 0;
}

.btn-modern {
    padding: 14px 28px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
}

.btn-modern:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(13, 110, 253, 0.4);
}

.btn-modern:active {
    transform: translateY(0);
}

.auth-terms {
    text-align: center;
    font-size: 0.8125rem;
    color: #6b7280;
    margin-top: 20px;
    margin-bottom: 0;
    line-height: 1.6;
}

.auth-terms a {
    color: #0d6efd;
    text-decoration: none;
    font-weight: 600;
}

.auth-terms a:hover {
    text-decoration: underline;
}

.auth-footer {
    padding-top: 24px;
    border-top: 2px solid #f3f4f6;
}

.auth-divider {
    text-align: center;
    margin-bottom: 20px;
}

.auth-divider span {
    font-size: 0.9375rem;
    color: #6b7280;
}

.auth-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.auth-link-primary,
.auth-link-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 10px;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.auth-link-primary {
    background: #f0f9ff;
    color: #0d6efd;
    border: 2px solid #0d6efd;
}

.auth-link-primary:hover {
    background: #0d6efd;
    color: #fff;
    transform: translateY(-1px);
}

.auth-link-secondary {
    background: #f9fafb;
    color: #6b7280;
    border: 2px solid #e5e7eb;
}

.auth-link-secondary:hover {
    background: #f3f4f6;
    color: #374151;
    border-color: #d1d5db;
}

.list-countries svg {
    height: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .auth-page {
        padding: 40px 0;
    }

    .auth-card {
        padding: 32px 24px;
    }

    .auth-title {
        font-size: 1.75rem;
    }

    .auth-icon {
        width: 60px;
        height: 60px;
    }

    .auth-icon i {
        font-size: 1.75rem;
    }
}

@media (max-width: 576px) {
    .auth-page {
        padding: 30px 15px;
    }

    .auth-card {
        padding: 28px 20px;
        border-radius: 12px;
    }

    .auth-title {
        font-size: 1.5rem;
    }

    .auth-subtitle {
        font-size: 0.9375rem;
    }

    .auth-icon {
        width: 55px;
        height: 55px;
    }

    .auth-icon i {
        font-size: 1.5rem;
    }

    .auth-benefits {
        padding: 16px;
    }

    .benefit-item {
        font-size: 0.875rem;
    }

    .form-control-modern {
        padding: 11px 14px;
        font-size: 0.9375rem;
    }

    .btn-modern {
        padding: 12px 24px;
        font-size: 0.9375rem;
    }
}

/* ==========================================
   Dealership Registration Page Styles
   ========================================== */

.dealership-benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
}

.benefit-card {
    background: #fff;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    transition: all 0.3s ease;
}

.benefit-card:hover {
    border-color: #10b981;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.2);
}

.benefit-card i {
    color: #10b981;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.benefit-card span {
    font-size: 0.9375rem;
    color: #374151;
    line-height: 1.5;
}

/* Dealership pricing options */
.dealership-pricing-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 24px 0;
}

.dealership-pricing-price {
    background: #f9fafb;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px 32px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 180px;
}

.dealership-pricing-price:hover {
    border-color: #0d6efd;
    transform: scale(1.05);
}

input[type="radio"]:checked + .dealership-pricing-price {
    border-color: #0d6efd;
    background: #f0f9ff;
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.2);
}

.dealership-pricing-price b {
    display: block;
    font-size: 2rem;
    margin-bottom: 8px;
}

.dealership-pricing-price .small {
    font-size: 0.875rem;
}

/* Checkout tabs - Bootstrap 5 */
.checkout-tabs {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
}

.checkout-tabs .nav-tabs {
    background-color: #eee;
    border: 0;
    border-bottom: 2px solid #e5e7eb;
    margin-bottom: 0;
}

.checkout-tabs .nav-item {
    max-width: 50%;
    flex: 1;
    text-align: center;
}

.checkout-tabs .nav-tabs .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    color: #6b7280;
    font-weight: 600;
    padding: 12px 24px;
    transition: all 0.2s ease;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkout-tabs .nav-tabs .nav-link:hover {
    color: #0d6efd;
    border-bottom-color: #0d6efd;
    background-color: rgba(13, 110, 253, 0.05);
}

.checkout-tabs .nav-tabs .nav-link.active {
    color: #0d6efd;
    border-bottom-color: #0d6efd;
    background: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .dealership-benefits-grid {
        grid-template-columns: 1fr;
    }

    .dealership-pricing-wrapper {
        flex-direction: column;
        align-items: stretch;
    }

    .dealership-pricing-price {
        min-width: auto;
    }
}

/* ========================================
   Sell Vehicle Page Styles
   ======================================== */

/* Sell vehicle card wrapper */
.sell-vehicle-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin-bottom: 40px;
}

.sell-vehicle-card-header {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 32px;
    border-bottom: 1px solid #e9ecef;
    text-align: center;
}

.sell-vehicle-card-header h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sell-vehicle-card-header p {
    font-size: 0.95rem;
    line-height: 1.6;
}

.sell-vehicle-card-body {
    padding: 40px;
}

/* Sell category grid */
.sell-category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin: 0;
}

/* Sell category item (each vehicle type option) */
.sell-category-item {
    background: #fff;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 32px 24px;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    color: inherit;
    position: relative;
    overflow: hidden;
}

.sell-category-item:hover {
    border-color: #0d6efd;
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.15);
    transform: translateY(-4px);
    text-decoration: none;
}

.sell-category-item.active {
    border-color: #0d6efd;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.2);
}

/* Vehicle icon container */
.sell-category-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border-radius: 50%;
    padding: 16px;
    transition: all 0.3s ease;
}

.sell-category-icon svg {
    width: 100%;
    height: 100%;
    fill: #495057;
    transition: all 0.3s ease;
}

.sell-category-item:hover .sell-category-icon {
    background: #e7f5ff;
    transform: scale(1.1);
}

.sell-category-item:hover .sell-category-icon svg {
    fill: #0d6efd;
}

.sell-category-item.active .sell-category-icon {
    background: #0d6efd;
}

.sell-category-item.active .sell-category-icon svg {
    fill: #fff;
}

/* Category title */
.sell-category-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 8px 0 0 0;
    transition: color 0.3s ease;
}

.sell-category-item:hover .sell-category-title {
    color: #0d6efd;
}

.sell-category-item.active .sell-category-title {
    color: #0d6efd;
}

/* Category description */
.sell-category-description {
    font-size: 0.9rem;
    color: #6c757d;
    line-height: 1.5;
    margin: 0;
    min-height: 40px;
}

.sell-category-item.active .sell-category-description {
    color: #495057;
}

/* Check mark (for active state) */
.sell-category-check {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    background: #198754;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease;
}

.sell-category-check i {
    color: #fff;
    font-size: 18px;
}

.list-countries .btn-flag svg {
    width: 24px;
    height: 16px;
    display: block;
    border-radius: 2px;
}

.sell-category-item.active .sell-category-check {
    opacity: 1;
    transform: scale(1);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .sell-vehicle-card-header {
        padding: 24px;
    }

    .sell-vehicle-card-body {
        padding: 24px;
    }

    .sell-category-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .sell-category-item {
        padding: 24px 20px;
    }

    .sell-category-icon {
        width: 64px;
        height: 64px;
        padding: 12px;
    }

    .sell-category-title {
        font-size: 1.1rem;
    }

    .sell-category-description {
        font-size: 0.85rem;
        min-height: auto;
    }
}

/* ============================================
   MODERN PRICING PLANS STYLES
   ============================================ */

/* Plans Header */
.plans-header {
    margin-bottom: 3rem;
    padding: 2rem 0;
}

.plans-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 0.5rem;
}

.plans-subtitle {
    font-size: 1.125rem;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto 1rem;
}

/* Multi-select Notice */
.plans-multi-select-notice {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #e0f2fe 0%, #dbeafe 100%);
    border: 2px solid #0ea5e9;
    border-radius: 24px;
    padding: 10px 20px;
    margin-top: 1rem;
    font-size: 0.95rem;
    font-weight: 500;
    color: #075985;
}

.plans-multi-select-notice i {
    font-size: 1.2rem;
    color: #0ea5e9;
}

/* Selection Info */
.plans-selection-info {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 12px 20px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 0.95rem;
    color: #475569;
}

.plans-selection-info i {
    font-size: 1.1rem;
    color: #0d6efd;
}

.plans-count {
    display: flex;
    align-items: center;
    gap: 6px;
}

.selected-count {
    font-weight: 700;
    font-size: 1.1rem;
    color: #0d6efd;
}

/* Responsive styles for mobile */
@media (max-width: 768px) {
    .plans-multi-select-notice {
        flex-direction: column;
        text-align: center;
        padding: 12px 16px;
        font-size: 0.875rem;
    }

    .plans-multi-select-notice i {
        font-size: 1.5rem;
    }

    .plans-selection-info {
        flex-direction: column;
        padding: 10px 16px;
        gap: 6px;
    }

    .plans-count {
        flex-direction: column;
        gap: 4px;
        text-align: center;
    }
}

/* Pricing Grid */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

@media (min-width: 992px) {
    .pricing-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Pricing Cards */
.pricing-card {
    position: relative;
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.pricing-card:hover {
    border-color: #cbd5e1;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.pricing-card.selected {
    border-color: #0d6efd;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.1);
    background: #f0f7ff;
}

.pricing-card.popular-plan {
    border-color: #0d6efd;
    box-shadow: 0 10px 30px -5px rgba(13, 110, 253, 0.2);
}

.pricing-card.premium-plan {
    border-color: #7c3aed;
}

.pricing-card.free-plan {
    border-color: #94a3b8;
    background: #f8fafc;
}

.pricing-card.active-plan {
    border-color: #10b981;
    background: #f0fdf4;
}

.pricing-card.required-plan {
    border-color: #ef4444;
}

/* Pricing Badge */
.pricing-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #10b981;
    color: white;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
}

.badge-popular {
    background: linear-gradient(135deg, #0d6efd 0%, #0056b3 100%);
}

.badge-premium {
    background: linear-gradient(135deg, #7c3aed 0%, #5b21b6 100%);
}

.badge-required {
    background: #ef4444;
}

/* Card Label */
.pricing-card-label {
    cursor: pointer;
    margin: 0;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.pricing-card-label input.plan-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* Card Header */
.pricing-card-header {
    text-align: center;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e2e8f0;
}

.plan-name {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.75rem;
}

.plan-price-wrapper {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.25rem;
    margin-bottom: 0.5rem;
}

.plan-price-value {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
}

.plan-price-currency {
    font-size: 1rem;
    color: #64748b;
    font-weight: 600;
}

.plan-save {
    display: block;
    font-size: 0.75rem;
    color: #10b981;
    font-weight: 600;
    margin-top: 0.25rem;
}

/* Card Body */
.pricing-card-body {
    flex: 1;
    margin-bottom: 1rem;
}

.plan-description {
    font-size: 0.875rem;
    color: #64748b;
    line-height: 1.5;
    text-align: center;
    margin: 0;
}

.plan-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.plan-features li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0;
    font-size: 0.875rem;
    color: #475569;
}

.plan-features li i {
    color: #10b981;
    font-size: 1rem;
}

/* Card Footer */
.pricing-card-footer {
    margin-top: auto;
}

.btn-plan-select {
    width: 100%;
    padding: 0.75rem 1rem;
    font-weight: 600;
    border-radius: 8px;
}

/* Plans Summary */
.plans-summary-wrapper {
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.5rem;
    margin-top: 2rem;
}

.plans-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.summary-left {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.summary-label {
    font-size: 0.875rem;
    color: #64748b;
    font-weight: 500;
}

.summary-total {
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
}

.summary-total .currency {
    font-size: 1.25rem;
    font-weight: 600;
    color: #64748b;
}

.summary-total .plan-amount {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
}

.summary-total .decimals {
    font-size: 1.25rem;
    color: #64748b;
}

.summary-right {
    flex-shrink: 0;
}

.btn-continue {
    padding: 1rem 2.5rem;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: 8px;
    white-space: nowrap;
}

/* Trust Section */
.plans-trust-section {
    padding-top: 3rem;
    border-top: 1px solid #e2e8f0;
}

.trust-icon {
    font-size: 2.5rem;
    color: #0d6efd;
    margin-bottom: 1rem;
}

.plans-trust-section h4 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.plans-trust-section p {
    font-size: 0.875rem;
}

/* Responsive */
@media (max-width: 768px) {
    .plans-title {
        font-size: 2rem;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .plans-summary {
        flex-direction: column;
        text-align: center;
    }

    .summary-left {
        flex-direction: column;
        width: 100%;
    }

    .btn-continue {
        width: 100%;
    }
}

/* Animation for selected state */
.pricing-card {
    animation: cardEnter 0.3s ease;
}

@keyframes cardEnter {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* ============================================
   FREE PLAN SECTION - HORIZONTAL LAYOUT
   ============================================ */

.free-plan-section {
    margin-bottom: 2rem;
}

.free-plan-section .pricing-card {
    padding: 12px;
}

.pricing-card-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.free-plan-left {
    flex: 1;
}

.free-plan-left .plan-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1rem;
    text-align: left;
}

.free-plan-left .plan-features {
    margin: 0;
    padding: 0;
}

.free-plan-left .plan-features li {
    padding: 0;
}

.free-plan-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    min-width: 200px;
}

.free-plan-right .plan-price-wrapper {
    margin-bottom: 0;
}

.free-plan-right .btn-plan-select {
    width: 100%;
    min-width: 180px;
}

/* Plans Divider */
.plans-divider {
    text-align: center;
    margin: 2.5rem 0;
    position: relative;
}

.plans-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, #e2e8f0 20%, #e2e8f0 80%, transparent);
    z-index: 0;
}

.plans-divider span {
    position: relative;
    background: #f8fafc;
    padding: 0.5rem 1.5rem;
    color: #64748b;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    z-index: 1;
}

/* Paid Plans Grid - 4 Columns */
.pricing-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

@media (min-width: 992px) {
    .pricing-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .pricing-card-content {
        flex-direction: column;
        text-align: center;
    }

    .free-plan-left .plan-name {
        text-align: center;
    }

    .free-plan-right {
        width: 100%;
    }

    .free-plan-right .btn-plan-select {
        width: 100%;
    }
}


/* ============================================
   PREVIEW PAGE SPECIFIC STYLES
   ============================================ */

.preview-vehicle-container {
    width: 100%;
    max-width: 100%;
    margin: 2rem auto;
}

.preview-actions-container {
    width: 100%;
    max-width: 100%;
    margin: 2rem auto 0;
}

/* Override any grid styles for preview page */
.preview-page .preview-vehicle-container,
.preview-page .preview-actions-container {
    display: block;
    grid-template-columns: none;
}

/* Ensure vehicle card displays properly */
.preview-vehicle-container > .post-card,
.preview-vehicle-container > [class*="post-"] {
    width: 100%;
    max-width: 100%;
}


/* ============================================
   SELL ACCESS WRAPPER - FORM SPACING
   ============================================ */

/* Add more spacing to form groups inside sell-access-wrapper */
.sell-access-wrapper .form-group {
    margin-bottom: 1.25rem;
}

/* Last form group before button has slightly less margin */
.sell-access-wrapper .form-group:last-of-type {
    margin-bottom: 1rem;
}

/* Ensure tab content has proper padding */
.sell-access-wrapper .tab-content {
    padding: 20px !important;
}


/* ============================================
   SELL FORM PROGRESS BAR
   ============================================ */

.sell-progress-container {
    position: sticky;
    top: 55px;
    z-index: 100;
    padding: 20px 15px;
    transition: box-shadow 0.3s ease;
    background-color: #fcfcfc ! important;
}

/* Progress Bar */
.sell-progress-bar {
    width: 100%;
    height: 8px;
    background-color: #e9ecef;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.sell-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #0d6efd 0%, #0056b3 100%);
    border-radius: 10px;
    transition: width 0.4s ease;
    width: 0%;
    box-shadow: 0 0 10px rgba(13, 110, 253, 0.3);
}

/* Progress Steps */
.sell-progress-steps {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.progress-step {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.5;
}

.progress-step.active {
    opacity: 1;
}

.progress-step.completed {
    opacity: 0.8;
}

.step-number {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #e9ecef;
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 8px;
    transition: all 0.3s ease;
    border: 3px solid #e9ecef;
}

.progress-step.active .step-number {
    background-color: #0d6efd;
    color: white;
    border-color: #0d6efd;
    box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.1);
    transform: scale(1.1);
}

.progress-step.completed .step-number {
    background-color: #198754;
    color: white;
    border-color: #198754;
}

.progress-step.completed .step-number::after {
    content: '✓';
    position: absolute;
    font-size: 16px;
    font-weight: bold;
}

.step-label {
    font-size: 11px;
    color: #6c757d;
    line-height: 1.2;
    font-weight: 500;
    max-width: 100px;
}

.progress-step.active .step-label {
    color: #0d6efd;
    font-weight: 600;
}

.progress-step.completed .step-label {
    color: #198754;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .sell-progress-container {
        padding: 15px 10px;
    }

    .sell-progress-steps {
        gap: 5px;
    }

    .step-number {
        width: 30px;
        height: 30px;
        font-size: 12px;
        margin-bottom: 5px;
    }

    .step-label {
        font-size: 9px;
        max-width: 60px;
    }

    .progress-step.active .step-number {
        transform: scale(1.05);
    }

    .sell-progress-bar {
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .sell-progress-container {
        padding: 12px 8px;
    }

    .step-label {
        display: none;
    }

    .sell-progress-steps {
        justify-content: space-around;
    }

    .sell-progress-bar {
        height: 6px;
        margin-bottom: 12px;
    }
}


/* ============================================
   SELL FORM MICROTIPS
   ============================================ */

.sell-tip-box {
    background: linear-gradient(135deg, #fff3cd 0%, #fff8e1 100%);
    border-left: 4px solid #ffc107;
    border-radius: 8px;
    padding: 12px 16px;
    margin: 15px 0;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    box-shadow: 0 2px 8px rgba(255, 193, 7, 0.1);
    animation: tipSlideIn 0.5s ease;
}

@keyframes tipSlideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sell-tip-box.tip-success {
    background: linear-gradient(135deg, #d1e7dd 0%, #e8f5e9 100%);
    border-left-color: #198754;
}

.sell-tip-box.tip-info {
    background: linear-gradient(135deg, #cfe2ff 0%, #e7f3ff 100%);
    border-left-color: #0d6efd;
}

.sell-tip-icon {
    flex-shrink: 0;
    font-size: 20px;
    line-height: 1;
    margin-top: 2px;
}

.sell-tip-box .tip-icon {
    color: #ffc107;
}

.sell-tip-box.tip-success .tip-icon {
    color: #198754;
}

.sell-tip-box.tip-info .tip-icon {
    color: #0d6efd;
}

.sell-tip-content {
    flex: 1;
}

.sell-tip-title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 4px;
    color: #495057;
}

.sell-tip-text {
    font-size: 13px;
    color: #6c757d;
    line-height: 1.5;
    margin: 0;
}

.sell-tip-stat {
    font-weight: 700;
    color: #198754;
}

@media (max-width: 768px) {
    .sell-tip-box {
        padding: 10px 12px;
        gap: 10px;
    }

    .sell-tip-icon {
        font-size: 18px;
    }

    .sell-tip-title {
        font-size: 13px;
    }

    /*.sell-tip-text {*/
    /*    font-size: 12px;*/
    /*}*/
}

/* ================================================
   GUEST EMAIL CAPTURE SECTION
   ================================================ */
.guest-email-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 2px solid #0d6efd;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.1);
    animation: emailSectionFadeIn 0.6s ease;
}

@keyframes emailSectionFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.guest-email-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #0d6efd 0%, #0056b3 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: white;
    box-shadow: 0 4px 8px rgba(13, 110, 253, 0.3);
}

.guest-email-content {
    flex: 1;
}

.guest-email-title {
    font-size: 20px;
    font-weight: 700;
    color: #0d6efd;
    margin: 0 0 8px 0;
}

.guest-email-subtitle {
    font-size: 14px;
    color: #6c757d;
    margin: 0 0 16px 0;
    line-height: 1.4;
}

.guest-email-input-wrapper {
    position: relative;
    max-width: 500px;
    margin-bottom: 12px;
}

.guest-email-input {
    padding-right: 100px;
    height: 48px;
    font-size: 16px;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.guest-email-input:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.15);
    outline: none;
}

.guest-email-badge {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #198754;
    color: white;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
}

.guest-email-badge i {
    font-size: 14px;
}

.guest-email-note {
    display: block;
    color: #6c757d;
    font-size: 13px;
    line-height: 1.4;
}

.guest-email-note i {
    color: #0d6efd;
    margin-right: 4px;
}

@media (max-width: 768px) {
    .guest-email-section {
        flex-direction: column;
        padding: 20px;
        gap: 16px;
    }

    .guest-email-icon {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }

    .guest-email-title {
        font-size: 18px;
        text-align: center;
    }

    .guest-email-subtitle {
        font-size: 13px;
        text-align: center;
    }

    .guest-email-input-wrapper {
        max-width: 100%;
    }

    .guest-email-input {
        font-size: 14px;
        height: 44px;
    }

    .guest-email-badge {
        font-size: 11px;
        padding: 4px 8px;
    }

    .guest-email-note {
        font-size: 12px;
        text-align: center;
    }
}

/* ================================================
   GUEST SUBMIT INFO
   ================================================ */
.guest-submit-info {
    background-color: #d1e7dd;
    border: 1px solid #198754;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.guest-submit-info i {
    font-size: 24px;
    color: #198754;
    flex-shrink: 0;
}

.guest-submit-info span {
    color: #0f5132;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .guest-submit-info {
        padding: 12px;
        gap: 10px;
    }

    .guest-submit-info i {
        font-size: 20px;
    }

    .guest-submit-info span {
        font-size: 14px;
    }
}


/* ================================
   Favorites Buttons
   ================================ */

/* Favorite button in vehicle cards */
.favorite-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10000;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    line-height: 0;
}

.favorite-btn:hover {
    background: #fff;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.favorite-btn i {
    font-size: 18px;
    color: #dc3545;
}

.favorite-btn .bi-heart {
    display: block;
}

.favorite-btn .bi-heart-fill {
    display: none;
}

.favorite-btn.active .bi-heart {
    display: none;
}

.favorite-btn.active .bi-heart-fill {
    display: block;
}

.favorite-btn.favorite-animate {
    animation: heartBeat 0.3s ease;
}

@keyframes heartBeat {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}

/* Favorite button in detail pages */
.favorite-btn-detail {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 14px;
    color: #6c757d;
}

.favorite-btn-detail:hover {
    background: #f8f9fa;
    border-color: #dc3545;
    color: #dc3545;
}

.favorite-btn-detail i {
    font-size: 16px;
    color: #dc3545;
}

.favorite-btn-detail .bi-heart {
    display: inline-block;
}

.favorite-btn-detail .bi-heart-fill {
    display: none;
}

.favorite-btn-detail.active {
    background: #fff5f5;
    border-color: #dc3545;
    color: #dc3545;
}

.favorite-btn-detail.active .bi-heart {
    display: none;
}

.favorite-btn-detail.active .bi-heart-fill {
    display: inline-block;
}

.favorite-btn-detail.favorite-animate {
    animation: pulse 0.3s ease;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

/* Disabled state */
.favorite-btn:disabled,
.favorite-btn-detail:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* ============================================
   DASHBOARD IMPROVEMENTS - Modern UI
   ============================================ */

/* Dashboard Body */
.dashboard-body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/* Full-Width Dashboard Layout */
.dashboard-panel-fullwidth {
    min-height: 100vh;
    background: #f8f9fa;
}

.dashboard-container-fullwidth {
    display: flex;
    min-height: 100vh;
}

/* Fixed Sidebar */
.sidebar-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    height: 100vh;
    background: #ffffff;
    border-right: 1px solid #e9ecef;
    padding: 0;
    overflow-y: auto;
    z-index: 1000;
}

/* Sidebar Logo */
.sidebar-logo {
    padding: 24px 20px 16px;
    text-align: center;
    background: #272c37;
}

.sidebar-logo a {
    display: inline-block;
}

.sidebar-logo .logo-img {
    width: 100%;
    transition: opacity 0.2s ease;
    max-height: 28px;
}

.sidebar-logo .logo-img:hover {
    opacity: 0.8;
}

/* Sidebar Sell Button */
.sidebar-sell-btn {
    padding: 0 20px 16px;
}

.sidebar-sell-btn .btn-primary {
    font-weight: 600;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
}

.sidebar-sell-btn .dropdown-menu {
    margin-top: 8px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 8px;
}

.sidebar-sell-btn .dropdown-item {
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.2s ease;
}

.sidebar-sell-btn .dropdown-item:hover {
    background: #f8f9fa;
}

.sidebar-sell-btn .dropdown-item i {
    width: 20px;
}

/* Sidebar Divider */
.sidebar-divider {
    margin: 0 20px 16px;
    border-top: 1px solid #e9ecef;
}

.sidebar-fixed::-webkit-scrollbar {
    width: 6px;
}

.sidebar-fixed::-webkit-scrollbar-track {
    background: #f8f9fa;
}

.sidebar-fixed::-webkit-scrollbar-thumb {
    background: #dee2e6;
    border-radius: 3px;
}

.sidebar-fixed::-webkit-scrollbar-thumb:hover {
    background: #adb5bd;
}

.sidebar-section-title {
    font-size: 12px;
    font-weight: 700;
    color: #6c757d;
    margin-bottom: 12px;
    padding: 0 20px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.sidebar-fixed ul {
    padding: 0 12px 16px;
}

.sidebar-fixed ul li a {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border-radius: 8px;
    color: #495057;
    text-decoration: none;
    transition: all 0.2s ease;
    margin-bottom: 4px;
}

.sidebar-fixed ul li a i {
    font-size: 18px;
    width: 24px;
    margin-right: 12px;
    color: #6c757d;
}

.sidebar-fixed ul li a span {
    flex-grow: 1;
    font-size: 14px;
    font-weight: 500;
}

.sidebar-fixed ul li a:hover {
    background: #f8f9fa;
    color: #0d6efd;
}

.sidebar-fixed ul li a:hover i {
    color: #0d6efd;
}

.sidebar-fixed ul li a.active {
    background: #0d6efd;
    color: #fff;
}

.sidebar-fixed ul li a.active i {
    color: #fff;
}

/* Main Content Area */
.dashboard-main-content {
    margin-left: 280px;
    width: calc(100% - 280px);
    padding: 32px 40px;
    min-height: 100vh;
}

/* Stat Cards */
.stat-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    align-items: center;
    /*gap: 16px;*/
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.stat-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.stat-card-primary .stat-icon {
    background: #e7f1ff;
    color: #0d6efd;
}

.stat-card-success .stat-icon {
    background: #d1f2eb;
    color: #198754;
}

.stat-card-warning .stat-icon {
    background: #fff3cd;
    color: #ffc107;
}

.stat-card-info .stat-icon {
    background: #cfe2ff;
    color: #0dcaf0;
}

.stat-content {
    flex-grow: 1;
}

.stat-label {
    font-size: 13px;
    color: #6c757d;
    margin-bottom: 4px;
    font-weight: 500;
}

.stat-value {
    font-size: 32px;
    font-weight: 700;
    color: #212529;
    line-height: 1;
}

/* Vehicle Type Cards */
.vehicle-type-card {
    display: block;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 16px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.vehicle-type-card:hover {
    border-color: #0d6efd;
    background: #f8f9fa;
    transform: translateX(4px);
}

.vehicle-type-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.vehicle-type-icon.cars {
    background: #e7f1ff;
    color: #0d6efd;
}

.vehicle-type-icon.motorcycles {
    background: #fff3cd;
    color: #ffc107;
}

.vehicle-type-icon.bicycles {
    background: #d1f2eb;
    color: #198754;
}

.vehicle-type-icon.scooters {
    background: #cfe2ff;
    color: #0dcaf0;
}

.vehicle-type-icon.atvs {
    background: #f8d7da;
    color: #dc3545;
}

.vehicle-type-icon.accessories {
    background: #e2d9f3;
    color: #6f42c1;
}

.vehicle-type-label {
    font-size: 13px;
    color: #6c757d;
    margin-bottom: 4px;
}

.vehicle-type-count {
    font-size: 24px;
    font-weight: 700;
    color: #212529;
}

/* Favorite and Recent Items */
.favorite-item-image,
.recent-vehicle-image {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.favorite-item-image img,
.recent-vehicle-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Quick Action Cards */
.quick-action-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 24px;
    background: #fff;
    border: 2px dashed #dee2e6;
    border-radius: 12px;
    text-decoration: none;
    color: #495057;
    transition: all 0.2s ease;
    min-height: 120px;
}

.quick-action-card i {
    font-size: 32px;
    color: #0d6efd;
}

.quick-action-card span {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.quick-action-card:hover {
    border-color: #0d6efd;
    background: #f8f9fa;
    color: #0d6efd;
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Dashboard Filters (Pills) */
.dashboard-filters {
    background: #fff;
    padding: 8px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
}

.dashboard-filters .nav-link {
    border-radius: 6px;
    padding: 8px 16px;
    color: #6c757d;
    border: none;
    font-weight: 500;
    transition: all 0.2s ease;
}

.dashboard-filters .nav-link:hover {
    background: #f8f9fa;
    color: #0d6efd;
}

.dashboard-filters .nav-link.active {
    background: #0d6efd;
    color: #fff;
}

/* Dashboard Vehicle Grid */
.vehicles-grid {
    display: grid;
    gap: 16px;
}

/* Dashboard Overview Specific */
.dashboard-overview .page-header {
    font-size: 28px;
    font-weight: 700;
}

.dashboard-overview .card {
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
}

.dashboard-overview .card-header {
    border-bottom: 1px solid #e9ecef;
    padding: 16px 20px;
}

.dashboard-overview .card-header h5 {
    font-size: 16px;
    font-weight: 600;
}

.dashboard-overview .list-group-item {
    border-left: none;
    border-right: none;
    padding: 16px 20px;
}

.dashboard-overview .list-group-item:first-child {
    border-top: none;
}

.dashboard-overview .list-group-item:last-child {
    border-bottom: none;
}

/* Dealership Analytics */
.dealership-analytics .dealership-info-item {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}

.dealership-analytics .dealership-info-item:last-child {
    border-bottom: none;
}

.dealership-analytics .table th {
    font-size: 13px;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #dee2e6;
}

/* Dashboard Vehicle List Improvements */
.dashboard-vehicle-list .page-header {
    font-size: 28px;
    font-weight: 700;
}

/* Favorite Vehicle Cards (Grid) */
.favorite-vehicle-card .card {
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.favorite-vehicle-card .card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.favorite-vehicle-card .vehicle-type-badge {
    font-size: 20px;
    color: #6c757d;
}

.favorite-vehicle-card .card-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.favorite-vehicle-card .price {
    font-size: 20px;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .sidebar-fixed {
        position: fixed;
        left: -280px;
        transition: left 0.3s ease;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
        z-index: 1050;
    }

    .sidebar-fixed.show {
        left: 0;
    }

    .dashboard-main-content {
        margin-left: 0;
        width: 100%;
        padding: 20px;
    }

    .dashboard-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1040;
    }

    .dashboard-overlay.show {
        display: block;
    }

    .stat-value {
        font-size: 24px;
    }

    .vehicle-type-count {
        font-size: 20px;
    }

    .dashboard-overview .page-header,
    .dashboard-vehicle-list .page-header {
        font-size: 22px;
    }

    /*.stat-card {*/
    /*    padding: 16px;*/
    /*}*/

    .stat-icon {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }
}

/* Mobile Menu Toggle Button */
.dashboard-mobile-toggle {
    display: none;
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1051;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 10px 14px;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.dashboard-mobile-toggle i {
    font-size: 20px;
    color: #495057;
}

@media (max-width: 992px) {
    .dashboard-mobile-toggle {
        display: block;
    }

    .dashboard-main-content {
        padding-top: 80px;
    }
}

/* ============================================
   AUTH MODAL & CONTACT SELLER STYLES
   ============================================ */

/* Auth Modal */
.auth-modal-content {
    border: none;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.auth-modal-title {
    font-size: 24px;
    font-weight: 600;
    color: #212529;
    margin-bottom: 8px;
}

.auth-tabs {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 4px;
}

.auth-tabs .nav-link {
    border: none;
    border-radius: 6px;
    color: #6c757d;
    font-weight: 500;
    transition: all 0.2s ease;
}

.auth-tabs .nav-link:hover {
    color: #495057;
    background: rgba(0, 0, 0, 0.03);
}

.auth-tabs .nav-link.active {
    background: #fff;
    color: #0d6efd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.auth-modal-form .form-label {
    font-weight: 500;
    color: #495057;
    margin-bottom: 8px;
}

.auth-modal-form .form-control:read-only {
    background-color: #f8f9fa;
    cursor: not-allowed;
}

/* Contact Seller CTA (non-authenticated users) */
.contact-seller-cta {
    text-align: center;
    padding: 20px 0;
}

.contact-seller-cta .btn {
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.25);
    transition: all 0.3s ease;
}

.contact-seller-cta .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(13, 110, 253, 0.35);
}

.contact-seller-cta .text-muted {
    font-size: 14px;
    line-height: 1.5;
}

/* Password Toggle in Modal */
.password-input-wrapper {
    position: relative;
}

.password-input-wrapper .password-toggle {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #6c757d;
    cursor: pointer;
    padding: 4px 8px;
    transition: color 0.2s ease;
}

.password-input-wrapper .password-toggle:hover {
    color: #495057;
}

.password-input-wrapper .password-toggle i {
    font-size: 18px;
}

/* Loading State */
.auth-modal-form button[type="submit"]:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}
