﻿.hours-prices-section {
    background: #f8f8f8;
}

.hours-prices-row {
    display: flex;
    flex-wrap: wrap;
}

    .hours-prices-row > [class*="col-"] {
        display: flex;
    }

.info-card {
    width: 100%;
    background: #fff;
    padding: 34px 30px;
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    text-align: center;
    margin-bottom: 30px;
}

.equal-info-card {
    min-height: 320px;
    display: flex;
    flex-direction: column;
}

    .equal-info-card h3 {
        margin-bottom: 20px;
    }

.info-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    line-height: 1.7;
}

.hours-prices-note {
    text-align: center;
    margin-top: 5px;
    font-size: 17px;
}

@media (max-width: 767px) {
    .hours-prices-row {
        display: block;
    }

    .equal-info-card {
        min-height: 260px;
    }
}



.golf-divider {
    width: 360px;
    max-width: 80%;
    margin: 22px auto 34px;
}

    .golf-divider svg {
        display: block;
        width: 100%;
        height: auto;
    }

    .golf-divider .divider-line {
        stroke: #caa25f;
        stroke-width: 2;
        stroke-linecap: round;
        opacity: 0.75;
    }

    .golf-divider .green-shadow {
        fill: #7fbf4d;
        opacity: 0.28;
    }

    .golf-divider .golf-ball {
        fill: #ffffff;
        stroke: #d7d7d7;
        stroke-width: 1.5;
    }

    .golf-divider .dimple {
        fill: #d9d9d9;
        opacity: 0.9;
    }

    .golf-divider .flag-pole {
        stroke: #8b8b8b;
        stroke-width: 3;
        stroke-linecap: round;
    }

    .golf-divider .flag {
        fill: #caa25f;
    }


/* Simple centered GIF loader */
.loader {
    position: fixed !important;
    inset: 0 !important;
    z-index: 999999 !important;
    background: #181818 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100vw !important;
    height: 100vh !important;
    overflow: hidden !important;
}

    .loader img {
        position: static !important;
        left: auto !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        transform: none !important;
        animation: none !important;
        display: block !important;
        width: 120px !important;
        max-width: 40vw !important;
        height: auto !important;
        margin: 0 auto !important;
    }

.loader {
    opacity: 1;
    transition: opacity 0.45s ease;
}

    .loader.loader-hide {
        opacity: 0;
        pointer-events: none;
    }

.closingTime {
    text-align: center;
}