/* Override Age Verification Plugin Styles to match TheGem */






/*
Theme Name: TheGem Child
Description: Multi-Purpose Wordpress Theme
Author: Codex Themes.
Theme URI: http://codex-themes.com/thegem/
Author URI: http://codex-themes.com/thegem/
Template: thegem
Version: 1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/
/* Container for the product info panel */
.product-archive-info-panel {
    background-color: #222529; /* Background color */
    color: white;
    padding: 10px 15px; /* Add padding for better spacing */
    font-size: 14px; /* Optional: Adjust font size */
}

/* List styles */
.product-archive-info-panel ul {
    list-style: none; /* Remove default bullet points */
    padding: 0;
    margin: 0;
}

.product-archive-info-panel li {
    margin-bottom: 10px; /* Space between list items */
    word-wrap: break-word; /* Allow text to wrap */
    overflow-wrap: break-word; /* Prevent text overflow */
    line-height: 1.5; /* Add spacing for readability */
}

/* Label and value styling */
.product-archive-info-panel li strong {
    display: block; /* Ensure label appears on its own line */
    margin-bottom: 5px; /* Add spacing below the label */
}

.custom-product-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.custom-rect-tag {
    display: inline-block;
    min-width: 140px;
    padding: 14px 20px;
    background-color: #ef7e68;
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
}

.custom-rect-tag:hover {
    background-color: transparent;
    color: #ef7e68 !important;
    border: 2px solid #ef7e68;
}
