/* All Prizes Shortcode */
.rally-crowd-all-prizes {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background: linear-gradient(135deg, #ff7e5f, #feb47b);
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.rally-crowd-all-prizes .rally-crowd-hype-header {
    text-align: center;
    margin-bottom: 30px;
}
.rally-crowd-all-prizes .rally-crowd-hype-title {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}
.rally-crowd-all-prizes .rally-crowd-hype-subtitle {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin: 10px 0 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.rally-crowd-all-prizes .rally-crowd-section-banner {
    background: linear-gradient(90deg, #f5f5f5, #e0e0e0);
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    text-align: center;
}
.rally-crowd-all-prizes .rally-crowd-section-banner.rally-alert {
    background: linear-gradient(135deg, #00c4b4, #14af14) !important;
    color: #fff;
}

.rally-crowd-all-prizes .rally-crowd-section-banner.rally-alert h2 a {

    color: #fff;
}

.rally-crowd-all-prizes .rally-crowd-section-banner h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.rally-crowd-all-prizes .rally-crowd-prize-gallery {
    padding: 20px;
    background: linear-gradient(135deg, #eee, #fff);
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}
.rally-crowd-all-prizes .rally-crowd-prize-callout {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.rally-crowd-all-prizes .rally-crowd-prize-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}
.rally-crowd-all-prizes .rally-crowd-prize-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    padding: 20px;
    position: relative;
}
.rally-crowd-all-prizes .rally-crowd-prize-card:hover {
    transform: translateY(-10px) rotate(2deg);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
.rally-crowd-all-prizes .rally-crowd-prize-image {
    height: 250px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0;
    border-radius: 10px 0px;
}
.rally-crowd-all-prizes .rally-crowd-prize-thumbnail {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.5s ease;
}
.rally-crowd-all-prizes .rally-crowd-prize-card:hover .rally-crowd-prize-thumbnail {
    transform: scale(1.15) rotate(-2deg);
}
.rally-crowd-all-prizes .rally-crowd-prize-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #ddd, #bbb);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #444;
    font-size: 18px;
    text-transform: uppercase;
}
.rally-crowd-all-prizes .rally-crowd-prize-info {
    padding: 20px;
    text-align: center;
    background: linear-gradient(135deg, #fff9e6, #fff);
    border-radius: 0 0 15px 15px;
}
.rally-crowd-all-prizes .rally-crowd-prize-title {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 800;
    color: #ff6600;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.rally-crowd-all-prizes .rally-crowd-prize-points {
    margin: 0 0 10px;
    font-size: 20px;
    color: #e63946;
    font-weight: 700;
}
.rally-crowd-all-prizes .rally-crowd-prize-desc {
    margin: 0 0 15px;
    font-size: 16px;
    color: #666;
    min-height: 80px;
    max-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.rally-crowd-all-prizes .rally-crowd-prize-month {
    margin: 0;
    font-size: 18px;
    color: #0073aa;
    font-weight: 600;
}
.rally-crowd-all-prizes .rally-crowd-no-prizes {
    text-align: center;
    font-style: italic;
    color: #666;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}



/* All Badges Shortcode */
.rally-crowd-all-badges {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
    background: linear-gradient(135deg, #00c4b4, #007bff);
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.rally-crowd-all-badges .rally-crowd-hype-header {
    text-align: center;
    margin-bottom: 40px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.rally-crowd-all-badges .rally-crowd-hype-title {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}
.rally-crowd-all-badges .rally-crowd-hype-subtitle {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin: 10px 0 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.rally-crowd-all-badges .rally-crowd-badge-gallery {
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;

}
.rally-crowd-all-badges .rally-crowd-badge-callout {
    font-size: 32px;
    font-weight: 700;
    color: #0073aa;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.rally-crowd-all-badges .rally-crowd-badge-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}
.rally-crowd-all-badges .rally-crowd-badge-card-display {
    background: #fff;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    padding: 20px;
    position: relative;
}
.rally-crowd-all-badges .rally-crowd-badge-card-display:hover {
    transform: translateY(-10px) rotate(2deg);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
.rally-crowd-all-badges .rally-crowd-badge-image {
    /*height: 300px;*/
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0;
    border-radius: 10px 10px 0px 0px;

    width: 100%;
    position: relative;
}

.rally-crowd-all-badges .rally-crowd-badge-image img {

    width: 100%;

}
/*.rally-crowd-all-badges .rally-crowd-badge-thumbnail {*/
/*    max-width: 100%;*/
/*    max-height: 100%;*/
/*    object-fit: contain;*/
/*    transition: transform 0.5s ease;*/
/*}*/
/*.rally-crowd-all-badges .rally-crowd-badge-card:hover .rally-crowd-badge-thumbnail {*/
/*    transform: scale(1.15) rotate(-2deg);*/
/*}*/
.rally-crowd-all-badges .rally-crowd-badge-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #ddd, #bbb);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #444;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
}
.rally-crowd-all-badges .rally-crowd-badge-info {
    padding: 25px; /* Slightly more padding for a spacious feel */
    text-align: center;
    background: linear-gradient(135deg, #eeeeee, #fff);
    border-radius: 0 0 15px 15px;
}
.rally-crowd-all-badges .rally-crowd-badge-title {
    margin: 0 0 15px; /* Increased margin for better spacing */
    font-size: 24px;
    font-weight: 800;
    color: #0073aa;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.rally-crowd-all-badges .rally-crowd-badge-points {
    margin: 0 0 15px; /* Increased margin for better spacing */
    font-size: 20px;
    color: #e63946;
    font-weight: 700;
}
.rally-crowd-all-badges .rally-crowd-badge-desc {
    margin: 0 0 15px;
    font-size: 16px;
    color: #666;
    min-height: 60px;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.rally-crowd-all-badges .rally-crowd-no-badges {
    text-align: center;
    font-style: italic;
    color: #666;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Override gradients for the public badges page */
.rally-crowd-public-badges-container {
    background: linear-gradient(135deg, #ff6f61, #d32f2f); /* Coral to deep red gradient */
}

.rally-crowd-public-badges-container .rally-crowd-badge-info {
    background: linear-gradient(135deg, #fff8e1, #ffecb3); /* Light gold to pale gold gradient */
}

/* Animations */
@keyframes slide-up {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}
@keyframes bounce-in {
    0% { transform: scale(0.8); opacity: 0; }
    60% { transform: scale(1.05); opacity: 1; }
    100% { transform: scale(1); }
}

@media (max-width: 768px) {
    .rally-crowd-all-prizes .rally-crowd-prize-gallery {
        padding: 0px;
    }

    .rally-crowd-all-badges .rally-crowd-badge-gallery {
        padding: 5px;

    }

    .rally-crowd-all-prizes .rally-crowd-prize-card {

        padding: 5px;

    }

    .rally-crowd-all-prizes {
        border-radius: 20px
        padding: 5px;

    }

    .elementor-260 .elementor-element.elementor-element-7757147 {

        padding-top: 5px !important;
        padding-right: 5px !important;
        padding-bottom: 5px !important;
        padding-left: 5px !important;


    }

    .rally-crowd-all-badges {

        padding: 5px;

    }

    .rally-crowd-all-badges .rally-crowd-badge-card-display {

        padding: 5px;
    }

    .rally-crowd-all-badges .rally-crowd-hype-title {
        font-size: 30px;
    }
}