.post-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.post-title {
    font-size: 1.5rem;
    color: #101828;
    line-height: 1.7;
    margin-bottom: 16px;
}
.btn-call {
    width: 200px;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 16px;
    border-radius: 4px;
    height: 3rem;
    border:0;
    color: #fff;
    background-color: #007E46;
    transition: 0.36s ease;
}
.btn-call:hover {
    background-color: #006C47;
}
.btn-call:disabled,
.btn-call.active {
    background-color: #F8F8F8;
    border: 1px solid #F8F8F8;
    color: #5F6468;
    cursor: default;
}
.expired-btn-call {
    width: 200px;
    font-weight: 500;
    margin-bottom: 16px;
    border-radius: 4px;
    height: 3rem;
    border:0;
    color: #5F6468;
    background-color: #F8F8F8;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-number {
    display: none;
}
.mobile-number.visible {
    display: table-row;
}
.location-post {
    color: #5F6468;
    font-size: .875rem;
}
.loading-text {
    font-size: .875rem;
    color: #5F6468;
}
.but-copy {
    padding: 0;
    border: 1px solid transparent;
    background-color: transparent;
}
.title-description {
    color: #101828;
    font-size: 1.125rem;
    line-height: 2;
    margin-top: 32px;
}
.description {
    margin-bottom: 32px;
}
.description p {
    font-size: 1rem;
    color: #101828;
    line-height: 2;
    margin-bottom: 8px;
}
.category-post {
    align-items: center;
    background-color: #F8F8F8;
    border: none;
    border-radius: 4px;
    display: inline-flex;
    font-size: .875rem;
    color: #5F6468;
    height: 2rem;
    outline: none;
    padding: 0 6px;
}
.category-post a{
    color: #5F6468;
}
.warning-message {
    font-size: .75rem;
    color: #5F6468;
    line-height: 2.5;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #F3F2F0;
    background-color: #F8F8F8;
}
.warning-message .wa-me {
    font-size: .875rem;
    font-weight: 500;
}
.warning-message p {
    margin: 0;
}
table {
    width: 100%;
}
table.listing-fields tr {
    border-bottom: 1px solid #D7D8D9;
}
table.listing-fields td {
    padding: 20px 0;
}
.listing-fields-right {
    font-size: 1rem;
    font-weight: 400 !important;
    color: #5F6468;
}
.listing-fields-left {
    font-size: 1rem;
    font-weight: 500;
    text-align: left !important;
    color: #101828;
}
.listing-fields-left a {
    color: #006C47;
    font-size: 1.125rem;
}
.contact-title {
    color: #101828;
    font-weight: 500;
    margin-top: 16px;
    display: flex;
}
.contact-notice {
    font-size: .75rem;
    color: #394C3E;
    line-height: 2;
    padding: 16px;
    border-radius: 8px;
    background-color: #fffaeb;
}
table.listing-fields tr.no-divider {
    border-bottom: none;
}
table.listing-fields td.no-padd {
    padding: 0;
}
.contact-actions {
    display: flex;
    gap: 8px;
    margin-top: 16px;
    align-items: center;
}
.contact-btn {
    width: 100%;
    padding: 6px;
    border-radius: 4px;
    font-size: .875rem;
    text-decoration: none;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background .2s ease, transform .15s ease;
}
.contact-btn:hover {
    color: #fff;
    transform: translateY(-2px);
}
.contact-btn.call { background: #04c57f; }
.contact-btn.sms { background: #efb301; }
.contact-btn.whatsapp { background: #25D366; }
.contact-btn.telegram { background: #2dbbdd; }

.container-item {
    max-width: 1024px;
    width: 100%;
    min-height: calc(100vh - 214px);
}
.content {
    flex: 0 0 43.6666666667%;
    max-width: 43.6666666667%;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
    width: 100%;
}
.image-gallery {
    flex: 0 0 50%;
    max-width: 50%;
    margin-right: 6.3333333333%;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
    width: 100%;
}
.main-image {
    position: relative;
}
.carousel-image-wrapper {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 8px;
    background: #F8F8F8;
}
.carousel-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.no-image-post {
    background-color: #F8F8F8;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}
.expired-post {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.6);
    width: 100%;
    inset: 0;
    height: auto;
    color: #5F6468;
    font-size: 1.5rem;
    font-weight: 500;
    display: flex;
    z-index: 999;
    align-items: center;
    justify-content: center;
}
.carousel-control-next, .carousel-control-prev {
    width: 10%;
    opacity: unset;
}
.thumbnail-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}
.thumbnail {
    width: 80px;
    height: 80px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 6px;
    border: 2px solid transparent;
    transition: border 0.3s;
}
.thumbnail:hover {
    border: 2px solid #007E46;
    opacity: 0.7;
}
.expired-post-thumbnail {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 80px;
    display: flex;
    z-index: 999;
}
#imageModal.modal-lightbox .modal-dialog {
    max-width: 100%;
    margin: 0;
}
#imageModal.modal-lightbox .modal-content {
    height: 100vh;
    border: none;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.0);
    position: relative;
}
#imageModal.modal-lightbox .modal-body {
    max-height: none !important;
    overflow: visible !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
#imageModal.modal-lightbox .modal-img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: calc(100vh - 60px);
}
#imageModal.modal-lightbox .modal-control-prev,
#imageModal.modal-lightbox .modal-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1053;
    align-items: center;
    background-color: rgba(0, 0, 0, .32);
    border-radius: 50%;
    display: flex;
    height: 2.5rem;
    justify-content: center;
    width: 2.5rem;
    opacity: .75;
}
#imageModal.modal-lightbox .modal-control-prev {
    left: 32px;
}
#imageModal.modal-lightbox .modal-control-next {
    right: 32px;
}
#imageModal.modal-lightbox .modal-control-prev:hover,
#imageModal.modal-lightbox .modal-control-next:hover {
    opacity: unset;
}
#imageModal.modal-lightbox .modal-header {
    position: absolute;
    top: 32px;
    right: 32px;
    z-index: 1054;
    background: transparent;
    padding: 10px;
    backdrop-filter: blur(8px);
    background-color: rgba(0, 0, 0, .32);
    border-radius: 50%;
    height: 2.5rem;
    min-width: auto;
    width: 2.5rem;
}
.carousel-indicators li {
   background-color: transparent;
   border-radius: 50%;
   width: 10px;
   height: 10px;
   margin: 0 5px;
}
.carousel-indicators .active {
   background-color: transparent;
}
.custom-toast {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 10px 16px;
    border-radius: 4px;
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    font-size: .875rem;
    z-index: 1000;
}
.custom-toast.show {
    opacity: 1;
    transform: translateX(-50%) translateY(-10px);
}
.custom-toast.success {
    background-color: #007E46;
}
.custom-toast.error {
    background-color: #d63c3c;
}
.desktop-only {
    display: block;
}
.mobile-only {
    display: none;
}

@media (max-width: 768px) {
    .breadcrumb {
        display: none;
    }
    .post-container {
        flex-direction: column;
        gap: 16px;
    }
    .image-gallery {
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: auto;
        padding: 0;
    }
    .expired-post,
    .no-image-post {
        height: auto;
        aspect-ratio: 1 / 1;
    }
    .thumbnail-container {
        display: none;
    }
    .content {
        flex: 1;
        order: 2;
        max-width: 100%;
        margin-right: auto;
        padding: 0;
    }
    .post-title {
        font-size: 1.25rem;
        line-height: 1.5;
        margin-top: 12px;
    }
    .btn-call, .expired-btn-call {
        width: 100%;
        height: 3.625rem;
    }
    .desktop-only {
        display: none;
    }
    .mobile-only {
        display: block;
    }
}
