/* Hero Section Button - Single Line Text */
/* Target only the button in the hero section */

/* Logo Text Override - Replace DIGITAL AGENCY with RFT Academy */
.custom-logo {
    display: none !important;
}

.site-branding::after {
    content: "RFT Academy";
    display: inline-block !important;
    font-family: Arial, sans-serif !important;
    font-size: 24px !important;
    font-weight: bold !important;
    color: white !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}

/* Ensure the logo link still works */
.custom-logo-link {
    display: inline-block !important;
    text-decoration: none !important;
}

/* Ensure the hero button text stays on one line */
.wp-block-uagb-container.uagb-block-0510ccec .uagb-buttons-repeater.wp-block-button__link,
.wp-block-uagb-container.uagb-block-0510ccec .uagb-button__link {
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: clip !important;
    word-wrap: normal !important;
    hyphens: none !important;
    line-height: 1.2 !important;
    display: inline-block !important;
}

/* Ensure the button wrapper doesn't break the text */
.wp-block-uagb-container.uagb-block-0510ccec .uagb-button__wrapper {
    white-space: nowrap !important;
    overflow: visible !important;
    display: inline-block !important;
}

/* Desktop-specific styling for hero button */
@media (min-width: 769px) {
    .wp-block-uagb-container.uagb-block-0510ccec .uagb-buttons-repeater.wp-block-button__link {
        min-width: 320px !important;
        font-size: 16px !important;
        padding: 15px 30px !important;
    }
    
    .wp-block-uagb-container.uagb-block-0510ccec .uagb-button__link {
        font-size: 16px !important;
        font-weight: 600 !important;
        padding: 15px 30px !important;
    }
}

/* Mobile adjustments for hero button */
@media (max-width: 768px) {
    .wp-block-uagb-container.uagb-block-0510ccec .uagb-buttons-repeater.wp-block-button__link {
        min-width: 280px !important;
        font-size: 14px !important;
        padding: 12px 20px !important;
    }
    
    .wp-block-uagb-container.uagb-block-0510ccec .uagb-button__link {
        font-size: 14px !important;
        padding: 12px 20px !important;
    }
}
