.book-of-claims-wrap {
    max-width: 900px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
}

.book-of-claims-form .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.book-of-claims-form .row > [class*="col-"] {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.book-of-claims-heading {
    background: #fbf7f2;
    border: 1px solid #eee4d8;
    border-radius: 10px;
    padding: 24px 28px;
    margin-bottom: 32px;
}

.book-of-claims-brand {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 24px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee4d8;
}

.tf-book-brand-name {
    font-size: 18px;
    font-weight: 700;
    color: #1f1f1f;
    letter-spacing: 0.02em;
}

.tf-book-brand-ruc {
    font-size: 14px;
    color: #6c757d;
}

.book-of-claims-heading h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
}

.book-of-claims-heading p {
    color: #555;
    margin-bottom: 0;
    font-size: 15px;
}

.book-of-claims-section {
    border: 1px solid #e7e3dd;
    border-radius: 10px;
    padding: 22px 26px;
    margin-bottom: 24px;
}

.book-of-claims-section-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #9a7b4f;
    border-bottom: 1px solid #eee4d8;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.book-of-claims-type {
    margin-bottom: 20px;
    padding: 12px 14px;
    background: #faf8f5;
    border-radius: 8px;
}

.book-of-claims-type .form-check-inline {
    margin-right: 28px;
}

.book-of-claims-form .form-group {
    margin-bottom: 18px;
}

.book-of-claims-form .form-label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
}

.book-of-claims-form .form-label.required::after {
    content: " *";
    color: #dc3545;
}

.book-of-claims-form .form-hint {
    font-size: 13px;
    color: #8a8a8a;
}

.book-of-claims-form .form-control,
.book-of-claims-form .form-select {
    border-radius: 6px;
    border-color: #ddd5c9;
    padding: 10px 14px;
    min-height: 44px;
}

.book-of-claims-form .form-control:focus,
.book-of-claims-form .form-select:focus {
    border-color: #9a7b4f;
    box-shadow: 0 0 0 0.2rem rgba(154, 123, 79, 0.15);
}

.book-of-claims-form textarea.form-control {
    min-height: auto;
}

.book-of-claims-alert {
    border-radius: 8px;
}

.book-of-claims-footer {
    text-align: center;
    padding-top: 4px;
}

.book-of-claims-footer .btn-primary {
    min-width: 240px;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.book-of-claims-legal {
    font-size: 13px;
    color: #6c757d;
    line-height: 1.6;
}

.book-of-claims-widget {
    display: inline-block;
    max-width: 100%;
    line-height: 0;
}

.book-of-claims-widget-img {
    max-width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 575.98px) {
    .book-of-claims-heading {
        padding: 18px 16px;
        margin-bottom: 24px;
    }

    .book-of-claims-section {
        padding: 16px 14px;
        margin-bottom: 18px;
    }

    .book-of-claims-footer .btn-primary {
        width: 100%;
        min-width: 0;
    }
}