.elementor-9513 .elementor-element.elementor-element-f0e45a2{--display:flex;}.elementor-9513 .elementor-element.elementor-element-6ded420{--display:flex;}body.elementor-page-9513:not(.elementor-motion-effects-element-type-background), body.elementor-page-9513 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#040303;}@media(min-width:768px){.elementor-9513 .elementor-element.elementor-element-6ded420{--content-width:1400px;}}/* Start custom CSS for html, class: .elementor-element-3be40f5 */.usa-eagles-hero {
    position: relative;
    min-height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;

    background-image: url('https://rugbyfancentral.com/wp-content/uploads/2026/06/USA-womens-rugby-in-action-hero-image.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.usa-eagles-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        rgba(10, 49, 97, 0.75),
        rgba(0, 0, 0, 0.55)
    );
}

.usa-eagles-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 40px 20px;
    color: #ffffff;
}

.usa-eagles-content h1 {
    font-size: clamp(2.5rem, 6vw, 5rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #ffffff;
}

.usa-eagles-content p {
    font-size: 1.15rem;
    line-height: 1.8;
    margin-bottom: 35px;
    color: rgba(255,255,255,0.95);
}

.hero-buttons {
    display: flex;
    justify-content: center;
}

.hero-btn {
    display: inline-block;
    background: #B31942;
    color: #ffffff;
    padding: 14px 32px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.hero-btn:hover {
    background: #0A3161;
    color: #ffffff;
    transform: translateY(-2px);
}

@media (max-width: 768px) {

    .usa-eagles-hero {
        min-height: 500px;
    }

    .usa-eagles-content h1 {
        font-size: 2.5rem;
    }

    .usa-eagles-content p {
        font-size: 1rem;
    }

    .hero-btn {
        width: 100%;
        max-width: 280px;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-76827b5 */.rfc-usa-roster{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(280px,1fr));
    gap:30px;
}

.rfc-player-card{
    display:block;
    text-decoration:none;
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 3px 12px rgba(0,0,0,.08);
    transition:.3s;
}

.rfc-player-card:hover{
    transform:translateY(-5px);
}

.rfc-player-image{
    aspect-ratio:1/1;
    overflow:hidden;
}

.rfc-player-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.rfc-player-content{
    padding:20px;
}

.rfc-player-content h3{
    margin:0 0 10px;
    color:#c8102e;
    font-size:28px;
}

.rfc-player-position{
    color:#666;
    font-size:18px;
    margin-bottom:15px;
}

.rfc-view-profile{
    color:#002868;
    font-weight:600;
}
.rfc-player-image{
    position:relative;
    background-image:url('https://rugbyfancentral.com/wp-content/uploads/2026/06/image-33.png');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}/* End custom CSS */