.golden-rule-wrapper {
    background-color: #FFC107;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.golden-rule-heading {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: bold;
    color: #333;
}

.golden-rule-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.golden-rule-list li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 18px;
    color: #333;
    font-weight: 500;
}

.golden-rule-icon {
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.golden-rule-icon svg {
    width: 20px;
    height: 20px;
    fill: #D32F2F;
}

.golden-rule-icon i {
    font-size: 20px;
    color: #D32F2F;
}

.golden-rule-note {
    font-size: 16px;
    color: #555;
    background: rgba(255,255,255,0.4);
    padding: 15px;
    border-radius: 5px;
    margin-top: 25px;
}