/*
 * Copyright 2025 AffinityCE, LLC. Confidential Business Information.
 * Not to be shared, copied, duplicated, or distributed in any form
 * or fashion without the express written approval of AffinityCE, LLC principals.
 */

h1 {
    margin-top: 3rem;
    margin-bottom: 0;
}

h1:first-of-type {
    margin-top: 1rem;
}

h1 + div {
    margin-top: 0 !important;
}

.directions-block {
    background-color: #efefef;
    padding: 0.4rem 0;
    color: #000;
}

.directions-block a {
    color: #3f8db5;
}

.selector-button {
    border: none;
    background-color: transparent;
    text-align: left;
    padding: 0.5rem;
    margin: 0;
    width: 100%;
    cursor: pointer;
}

.activity-container {
    flex-shrink: 0;
    margin: 0 0.5% 1.25rem;
    display: flex;
    flex-direction: column;
}

.activity-tiled-container {
    max-width: 49.75%;
    min-width: 400px;
    flex-grow: 1;
}

@media screen and (max-width: 811px) {
    .activity-tiled-container {
        max-width: 800px;
    }
}

.activity-container p {
    /*padding: 0.5rem; --removed 2024-12-03 DBO */
    margin: 0;
}

.activity-container .regular-content {
    padding: 0.5rem;
    margin: 0;
    color: #000;
}

/* 2024-03-15 DBO GV prettification */
.activity-container-shadow, .activity-container-shadow-hide {
    box-shadow: 0 0.5rem 0.75rem rgba(0, 0, 0, 0.2);
}

.activity-container-shadow-hide:hover {
    box-shadow: none;
}

.regular-content p {
    padding: 0;
    margin-bottom: 1rem;
}

.regular-content p:last-child {
    margin-bottom: 0;
}

.regular-content p.nobelow {
    margin-bottom: 0;
}

.unavailable-activity {
    color: #5286db;
    font-size: 90%;
    margin-bottom: 0 !important;
    background-color: #fff !important;
}

.ancillary-region {
    /*border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc; --removed 2024-12-03 DBO */
    padding: 0;
}

.ancillary-region button.btn-unadorned {
    width: 100%;
    white-space: normal;
    min-height: 3.5rem;
}

.ancillary-region button.btn-unadorned:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.excessive {
    color: #fff;
    background-color: #eb0000;
    padding: 0.3rem 0.6rem;
}

.faux-btn-unadorned {
    display: inline-flex;
    align-items: center;
    width: 100%;
    padding-left: 0.5rem;
    white-space: normal;
    min-height: 3.5rem;
    cursor: pointer;
}

.faux-btn-unadorned:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.additional-info:hover {
    color: #fff;
    background-color: #767676;
}

details div h1, details div p {
    margin-bottom: 1rem;
}

.ancillary-btn p {
    margin-bottom: 0;
}

.lazy-banner p:last-child {
    margin-bottom: 0;
}

.special-registration {
    background-color: var(--color-white);
}

.special-registration:hover {
    color: var(--color-white);
    background-color: var(--color-turquoise);
}

#smartRegList > p, #lede-content > p {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

form.d-flex h1, .category-container h1 {
    width: 100%;
}

.category-container {
    margin-bottom: 3rem;
}

.category-container h1 {
    margin-top: 1rem;
}

/* 2024-03-15 DBO More GV prettification */
.tab-bar, .tab-content {
    background-color: var(--color-white);
    color: var(--color-black);
}

.tab-bar {
    display: flex;
    align-items: stretch;
    min-height: 2rem;
    align-content: baseline;
}

.tab-active {
    border-left: 1px solid var(--color-grey-50pct);
    border-right: 1px solid var(--color-grey-50pct);
    border-top: 1px solid var(--color-grey-50pct);
    border-top-right-radius: 0.4rem;
    border-top-left-radius: 0.4rem;
}

.tab-inactive {
    background-color: var(--color-grey-10pct);
    color: var(--color-grey-50pct);
}

.tab-content {
    background-color: var(--color-white);
    padding: 0 0.5rem 0.5rem 0.5rem;
}