/* Custom styles for PSN website - WFN Refined Standard */

.container {
    max-width: 1240px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.main-header .container,
.main-nav .container {
    max-width: 1240px !important;
}

/* Remove awkward margin below nav to connect seamlessly to hero */
.main-nav {
    margin-bottom: 0 !important;
}

/* Ticker separator styles */
.ticker-item {
    position: relative;
}

.ticker-item:after {
    content: "★";
    margin-left: 25px;
    color: var(--wfn-gold, #d49b28);
    opacity: 0.85;
}

.ticker-item:last-child:after {
    display: none;
}

/* Modern Card Hover Effects */
.card-lift {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card-lift:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(16, 53, 92, 0.12);
}

/* Video / Media Modal */
.modal-wfn .modal-content {
    border-radius: 8px;
    border: none;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.modal-wfn .modal-header {
    background: var(--wfn-navy, #10355c);
    color: #ffffff;
    border-bottom: none;
}

.modal-wfn .modal-header .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}

/* Smooth Image Transitions */
img {
    max-width: 100%;
}
