.accolade-required-documents-wrapper {
    font-family: inherit;
    max-width: 1000px;
}

.ard-header {
    margin-bottom: 40px;
}

.ard-small-title-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.ard-icon svg {
    display: block;
    width: 24px;
    height: 24px;
}

.ard-small-title {
    color: #1f83f0;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
}

.ard-heading {
    color: #0A3681;
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
}

.ard-description {
    color: #848484;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    max-width: 600px;
}

.ard-description p {
    margin-bottom: 20px;
}

.ard-description p:last-child {
    margin-bottom: 0;
}

.ard-list-container {
    border: 1px solid #eaeaea;
    background-color: #ffffff;
}

.ard-list-item {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #eaeaea;
    padding: 25px 30px;
    gap: 20px;
}

.ard-list-item:last-child {
    border-bottom: none;
}

.ard-list-number {
    flex-shrink: 0;
    width: 60px;
    color: #1f83f0;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-align: left;
}

.ard-list-content {
    flex: 1;
}

.ard-item-title {
    color: #0A3681;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 8px 0;
}

.ard-item-desc {
    color: #848484;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 767px) {
    .ard-list-item {
        flex-direction: column;
        padding: 20px;
        gap: 15px;
    }
    .ard-list-number {
        width: 100%;
        margin-bottom: 10px;
    }
}
