.rfc-random-hero {
    background: #f4f8fb;
    border: 1px solid #dbe7f0;
    border-radius: 8px;
    padding: 2rem;
}

.rfc-status-panel,
.rfc-result-box,
.decision-step {
    background: #ffffff;
    border: 1px solid #dbe7f0;
    border-radius: 8px;
    padding: 1.25rem;
}

.rfc-status-panel {
    box-shadow: 0 8px 24px rgba(24, 58, 87, 0.08);
}

.rfc-result-code {
    font-family: "Courier New", monospace;
    font-weight: 700;
    letter-spacing: 0;
    white-space: nowrap;
}

.decision-number {
    align-items: center;
    background: #0d6efd;
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    font-weight: 700;
    height: 2rem;
    justify-content: center;
    margin-bottom: 0.75rem;
    width: 2rem;
}

.decision-step p {
    color: #5f6f7c;
    margin-bottom: 0;
}

@media (max-width: 575.98px) {
    .rfc-random-hero {
        padding: 1.25rem;
    }

    .rfc-result-code {
        white-space: normal;
        word-break: break-word;
    }
}
