/*
  Theme Name: Crystanium Gongs
  Version: 1.0.0
  Template: Divi
  Author: Technical Geekery
  Author URI: https://technicalgeekery.com
  Text Domain: crystanium-gongs
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


.wc-membership-banner {
    background-color: #D29800; /* gold */
    padding: 30px 20px;
    text-align: center;
    border-radius: 6px;
    margin: 20px 0;
}

.wc-membership-banner p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.wc-membership-btn {
    background-color: #ffffff;
    color: #c9ad1a;
    padding: 12px 28px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    display: inline-block;
    transition: all 0.3s ease;
}

.wc-membership-btn:hover {
    background-color: #f5f5f5;
    color: #b89a12;
}
