    .mknews-custom-radio {
        display: flex;
        align-items: flex-start;
        margin-bottom: 0.8rem;
        padding: 0.5rem;
        border: 1px solid transparent;
        border-radius: 0.5rem;
        transition: all 0.2s ease;
    }
    .mknews-custom-radio:hover {
        background-color: #f8f9fa;
        border-color: #e0e0e0;
    }
    .mknews-custom-radio input[type="radio"] {
        width: 1.2rem;
        height: 1.2rem;
        margin: 0;
        margin-top: 0.25rem;
        margin-right: 12px;
        flex-shrink: 0;
        cursor: pointer;
    }
    .mknews-custom-radio label {
        margin: 0;
        font-weight: 500;
        color: #444;
        cursor: pointer;
        line-height: 1.4;
        font-size: 1.3rem;
    }
    .credito-fiscal-text {
        color: #28a745;
        font-size: 1rem;
        font-weight: 600;
    }