body {
    background: #FEFFFE;
}

.w-60 {
    width: 60px;
}

.cart-step-block {
    border-bottom: 5px solid #81d8d0;
}

.banner {
    position: relative;
    padding-top: 30px;
    text-align: center;
    color: white;
}

.banner-content {
    position: relative;
    color: var(--bs-dark);
}

.page-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.page-title span {
    text-align: center;
    border-bottom: 1px solid var(--bs-dark);
    width: 50px;
}

.page-title-end {
    justify-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.page-title-end span {
    display: block;
    text-align: center;
    border-bottom: 1px solid var(--bs-dark);
    width: 100px;
}

.cart-step {
    display: flex;
    align-self: stretch;
    align-items: center;
    justify-content: center;
}

.cart-step .decoration {
    width: 60px;
    height: 1px;
    background-color: black;
}

.cart-icon-box {
    text-align: center;
    padding-top: 1rem;
    color: #dddddd;
}

.cart-icon-box p {
    margin: 0.25rem;
}

.cart-icon-box.active {
    color: #2b2b2b;
}

.cart-icon-box .cart-icon {
    display: inline-block;
    align-content: center;
    background-color: rgb(248, 228, 202);
    color: white;
    width: 38px;
    height: 38px;
    text-align: center;
    border-radius: 50%;
}

.cart-icon-box.active .cart-icon {
    background-color: #f8c585;
    color: white;
}

input[type=checkbox] {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.checkout-container .img-thumbnail {
    max-width: 100%;
    max-height: 80px;
}

.checkout-block, .payinfo-block {
    position: sticky;
    bottom: 0;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1), 0 -2px 4px rgba(0, 0, 0, 0.1);
}

.btn-checkout, .btn-payinfo {
    padding: .5rem 3rem;
}

.bg-cart {
    background-color: rgb(244, 246, 249);
    flex-grow: 1;
}

.cart-no-goods {
    padding: 15% 0;
    text-align: center;
}

#guide-container {
    background-color: #e1f4f2;

    .ql-container.ql-snow {
        border: none;
    }
}

.product-section {
    height: calc(100dvh - 60px);
    position: relative;
    display: flex;
    flex-direction: column;
    align-self: stretch;
}

.item-detail {
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: .5rem;
}

.spatial-meta {
    display: flex;
    gap: 12px;
    margin-bottom: .5rem;
    flex-wrap: wrap;
}

.meta-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #FFFFFF;
    padding: 6px 12px;
    border-radius: 20px;
    border: 1px solid #E2E8F0;
    font-size: 13px;
    color: #4A5568;
}

.cadastral-container {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    padding: 12px 16px;
}

.cadastral-title {
    font-size: 13px;
    font-weight: 600;
    color: #718096;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.cadastral-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cadastral-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    background: #F4FBFF;
    border-radius: 6px;
    font-size: 13px;
    flex-wrap: wrap;
    gap: 8px;
}

.cadastral-loc {
    display: flex;
    align-items: center;
    gap: 6px;
}

.badge-city {
    background-color: #EDF2F7;
    color: #4A5568;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
}

.badge-district {
    background-color: #E2E8F0;
    color: #2D3748;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
}

.text-section {
    font-weight: 600;
    color: #2D3748;
    margin-left: 4px;
}

.cadastral-details {
    display: flex;
    gap: 16px;
    color: #4A5568;
}

.detail-item strong {
    color: #1A202C;
}

.detail-item code {
    background: #EDF2F7;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: monospace;
    color: #2B6CB0;
}