/*
Theme Name: PopularFX Child
Theme URI: https://popularfx.com
Template: popularfx
Author: Pagelayer
Author URI: https://pagelayer.com
Description: Lightweight theme to make beautiful websites with Pagelayer. Includes 100s of pre-made templates to design your dream website !
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready,entertainment,full-width-template,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,microformats,post-formats,theme-options,blog,rtl-language-support
Version: 1.2.5.1747036700
Updated: 2025-05-12 02:58:20

*/

#redeem_points_checkbox {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    cursor: pointer;
    vertical-align: middle;
}
#redeem_points_section label {
    font-size: 16px;
    font-weight: 500;
}
#redeem_points_section {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #d8d8d8;
    background: #f3f3f3;
    border-radius: 5px;
}
.um-badges-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
    justify-content: center;
}

.um-badge-item {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    padding: 15px;
    width: 200px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: transform 0.2s ease;
}

.um-badge-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.um-badge-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    border-radius: 4px;
}

.um-badge-content {
    font-size: 14px;
    color: #333;
}

.um-badges-not-found {
    color: #999;
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
}