/*
Theme Name: wffc_theme
Theme URI: http://underscores.me/
Author: Twelve23
Author URI: http://www.twelve23.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wffc_theme
Tags:

DO NOT EDIT THIS.
EDITING STYLE.CSS BREAKS GIT DEPLOYMENT. UPDATE CSS USING SITE OPTIONS INSTEAD, OR SASS COMPONENTS DIRECTLY
*/

.tribe-link-view-attendee {
    font-size: 2rem !important;
    border-top: none !important;
}

.tribe-link-view-attendee a {
    margin-left: 2rem !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.6em 1.6em;
    border-radius: 999px;
    background-color: #0f4c81;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 0.35em 0.8em rgba(15, 76, 129, 0.25);
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.tribe-link-view-attendee a:hover,
.tribe-link-view-attendee a:focus {
    background-color: #0c3a63;
    box-shadow: 0 0.5em 1em rgba(12, 58, 99, 0.35);
    transform: translateY(-1px);
}

.tribe-link-view-attendee a:active {
    background-color: #082a48;
    transform: translateY(0);
}

.tribe-link-view-attendee a:focus {
    outline: 2px solid #bfd5e6;
    outline-offset: 2px;
}

a.tribe-checkout-backlink {
    margin-right: 2rem !important;
    margin-top: 1rem !important;
    margin-bottom: 2rem !important;
}

.wffc-membership-dues-products {
    display: flex;
} 

.wffc-membership-dues-products .product-item {
    width: 50%;
    padding: 1rem 1rem;
}

.wffc-membership-dues-products .product-image img {
    max-width: 100%;
    height: auto;
}

/* .wffc-membership-dues-products .product-title {
    margin: 1rem 0;
} */

.wffc-membership-dues-products .product-title a {
    text-decoration: none;
}

.wffc-membership-dues-products .product-price {
    font-size: 1.25em;
    font-weight: bold;
    margin: 3rem 0;
}

.wffc-membership-dues-products .product-description p.p1 {
    line-height: 2;
    font-size: 1em;
    margin-bottom: 1em;
}