.withdraw-rules-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 12px 0 14px;
    padding: 11px 12px;
    border: 1px solid rgba(255, 180, 0, 0.55);
    border-left: 3px solid #ffb400;
    border-radius: 6px;
    background: linear-gradient(90deg, rgba(255, 180, 0, 0.13), rgba(255, 180, 0, 0.035));
    color: #e8eefc;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.withdraw-rules-note[hidden] {
    display: none;
}

.withdraw-rules-note-icon {
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 180, 0, 0.18);
    color: #ffc21a;
    font-size: 0.85rem;
}

.withdraw-rules-note-content strong {
    display: block;
    color: #ffc21a;
    font-size: 0.69rem;
    letter-spacing: 0.03em;
    margin: 1px 0 5px;
}

.withdraw-rules-note-content p {
    margin: 0;
    color: #d5dced;
    font-size: 0.75rem;
    line-height: 1.5;
    white-space: pre-line;
}
