.chile-container {
    max-width: 1000px;
    margin: 40px auto;
}
.info-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
}
.info-header {
    /* background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%); */
    background: linear-gradient(135deg,  #8BA3C5 100%, #A8BBD7 100%);
    padding: 25px;
}
.info-header h4 {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0;
}
.info-header p {
    opacity: 0.9;
    font-size: 1.1rem;
    margin: 5px 0 0 0;
}
@@media (min-width: 992px) {
    .border-start-lg {
        border-left: 1px solid #dee2e6 !important;
    }
}

.chile-table {
    margin-bottom: 0;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

@@media (max-width: 991px) {
    .col-lg-6:first-child .chile-table {
        border-bottom: 1px solid #dee2e6;
    }
}

.chile-table th {
    background-color: #f8f9fa;
    color: #495057;
    font-weight: 600;
    font-size: 1rem;
    padding: 15px 15px !important;    
    vertical-align: middle;
    border-right: 1px solid #dee2e6;
    width: 40%;
    word-break: normal;
    word-wrap: break-word;
    white-space: normal;
}
.chile-table td {
    font-size: 1rem;
    padding: 15px 15px !important;
    vertical-align: middle;
    color: #212529;
    width: 60%;
    word-break: break-all;
}

@@media (max-width: 768px) {
    .chile-container {
        margin: 10px auto;
        padding: 0 10px;
    }
    .info-header {
        padding: 15px;
    }
    .info-header h4 {
        font-size: 1.4rem;
    }
    .chile-table th, .chile-table td {
        font-size: 0.9rem;
        padding: 12px 10px !important;
    }
    .chile-table th {
        width: 45%;
    }
    .chile-table td {
        width: 55%;
    }
}
.btn-custom {
    padding: 12px 25px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.2s;
}
.btn-custom:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.attachment-section {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 25px;
    margin-top: 30px;
    border: 1px solid #e9ecef;
}
.attachment-item {
    font-size: 1.1rem;
    padding: 15px 20px;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid #f1f3f5;
    background-color: #f8f9fa;
    transition: background-color 0.2s;
}
.attachment-item:hover {
    background-color: #e9ecef;
}
.bi-download-icon {
    font-size: 1.2rem;
}