.ko-container-a084d503 {
    padding: 24px;
    background-color: #F5F5F5;
    font-family: Arial, Helvetica, sans-serif;
}

.ko-card-a084d503 {
    background-color: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    border: 1px solid #E8E8E8;
    overflow: hidden;
    max-width: 390px;
    margin: 0 auto;
}

.ko-header-a084d503 {
    background-color: #0B3EA9;
    color: #FFFFFF;
    padding: 20px 24px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.ko-content-a084d503 {
    padding: 0 24px;
}

.ko-item-a084d503 {
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid #E8E8E8;
}

.ko-item-a084d503:last-child {
    border-bottom: none;
}

.ko-icon-a084d503 {
    color: #16A085;
    flex-shrink: 0;
    margin-right: 16px;
    margin-top: 2px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ko-icon-a084d503 svg {
    width: 16px;
    height: 16px;
    fill: #16A085;
}

.ko-text-a084d503 {
    color: #4B5563;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}