.dic-container-12127674 {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.dic-card-12127674 {
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    font-family: sans-serif;
}

.dic-card-light-12127674 {
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
}

.dic-card-dark-12127674 {
    background-color: #1f232b;
    color: #ffffff;
}

.dic-card-header-12127674 {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.dic-icon-box-12127674 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    font-size: 20px;
}

.dic-icon-box-yellow-12127674 {
    background-color: #ffbc00;
    color: #ffffff;
}

.dic-icon-box-yellow-12127674 svg {
    fill: #ffffff;
    width: 20px;
    height: 20px;
}

.dic-icon-box-white-12127674 {
    background-color: #ffffff;
    color: #1f232b;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.dic-icon-box-white-12127674 svg {
    fill: #1f232b;
    width: 20px;
    height: 20px;
}

.dic-card-title-12127674 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.dic-card-light-12127674 .dic-card-title-12127674 {
    color: #1f232b;
}

.dic-card-dark-12127674 .dic-card-title-12127674 {
    color: #ffbc00;
}

.dic-card-body-12127674 {
    font-size: 15px;
    line-height: 1.6;
}

.dic-card-light-12127674 .dic-card-body-12127674 {
    color: #666666;
}

.dic-card-dark-12127674 .dic-card-body-12127674 {
    color: #cccccc;
}
