.yc-gd-wrapper {
    border: 1px solid #e5e5e5;
    padding: 18px;
    border-radius: 10px;
    background: #fafafa;
    margin-top: 10px;
    margin-bottom: 25px;
}
.yc-gd-title {
    font-size: 18px;
    font-weight: 600;
}
.yc-gd-wrapper .yc-dg-sub{
    margin-bottom:15px;
}
.yc-gd-list {
    display: grid;
    gap: 12px;
}
.yc-gd-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
}
.yc-gd-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px; 
    height: 30px; 
    overflow: hidden; 
}

.yc-gd-icon img,
.yc-gd-icon svg {
    max-width: 100%;  
    max-height: 100%; 
    width: auto !important; 
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}
.yc-gd-info {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}
.yc-gd-name {
    font-size: 14px;
    font-weight: 600;
    color: #636161;
}
.yc-gd-value {
    font-size: 13px;
    color: #046381;
    font-weight: 600;
}