﻿body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url('/Graphics/GreenFelt.png');
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
    min-height: 100vh;
}

.page-container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}

    .status-dot

{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: inline-block;
    flex: 0 0 14px;
}

.dot-active {
    background: #4caf50;
}

.dot-inactive {
    background: #c05a8b;
}

.btn-wrap {
    margin-top: 6px;
}

.pub-button.dxbsButton,
.pub-button.dxbButton,
.pub-button {
    width: 100% !important;
    border-radius: 8px !important;
    background: #23623a !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    padding: 0 !important;
    height: 42px !important;
}

    .pub-button:hover {
        background: #1d522f !important;
    }

.dxgvPagerBottomPanel,
.dxgvPagerTopPanel,
.dx-cardview-pager {
    border: none !important;
    background: transparent !important;
}

@media (max-width: 900px) {
    .hero-title {
        font-size: 52px;
    }
}

@media (max-width: 640px) {
    .page-wrap {
        padding: 18px 14px 28px 14px;
    }

    .hero {
        min-height: 150px;
        border-radius: 18px;
        margin-bottom: 18px;
    }

    .hero-title {
        font-size: 40px;
    }

    .pub-image {
        height: 160px;
    }

    .pub-name {
        font-size: 20px;
    }

    .pub-address {
        font-size: 16px;
        min-height: auto;
    }
}
