/*
Theme Name: Gazek Child
Theme URI: 
Description: Child theme for Gazek
Author: 
Author URI: 
Template: gazek
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: gazek-child
*/

@import url("../gazek/style.css");

.comment-pros-cons {
    margin-bottom: 10px;
    padding: 8px;
    background: #f8f9fa;
    border-radius: 4px;
}

.comment-pros-cons .comment-pros,
.comment-pros-cons .comment-cons {
    margin: 4px 0;
}

.comment-pros-cons .pros-label,
.comment-pros-cons .cons-label {
    font-weight: bold;
    margin-right: 5px;
}

.comment-pros-cons .pros-label {
    color: #28a745;
}

.comment-pros-cons .cons-label {
    color: #dc3545;
}

.comment-pros-cons .pros-items,
.comment-pros-cons .cons-items {
    font-size: 13px;
}

.comment-rating-display {
    margin-bottom: 10px;
}

.comment-rating-display .rating-label {
    font-weight: bold;
    margin-right: 5px;
}

.comment-rating-display .rating-stars {
    color: #ffc107;
}

.edit-comment-meta {
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
    color: #666;
    cursor: pointer;
    text-decoration: underline;
}

.edit-form {
    margin-top: 15px;
    padding: 15px;
    background: #fff3cd;
    border-radius: 4px;
    border: 1px solid #ffc107;
}

.edit-form .edit-rating,
.edit-form .edit-pros,
.edit-form .edit-cons {
    margin-bottom: 10px;
}

.edit-form label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.edit-form input[type="text"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.rating-stars-edit {
    cursor: pointer;
}

.rating-stars-edit i {
    font-size: 18px;
    margin-right: 3px;
    color: #ccc;
}

.rating-stars-edit i.fa-star {
    color: #ffc107;
}

.edit-actions {
    margin-top: 10px;
}

.edit-actions button {
    padding: 8px 15px;
    margin-right: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.edit-actions .save-edit {
    background: #28a745;
    color: white;
}

.edit-actions .cancel-edit {
    background: #6c757d;
    color: white;
}

/* Fix checkbox in PMPro profile */
.delete-avatar input[type="checkbox"] {
    position: relative !important;
    left: auto !important;
    margin-right: 8px;
}



.fl-affiliate-btn {
    position: relative;
    overflow: hidden;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    padding: 15px 20px;
    margin-bottom: 20px;

    border: 0;
    border-radius: 100px;

    background: #32297b !important;
    color: #fff !important;

    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;

    cursor: pointer;

    animation: affiliatePulse 2.5s infinite;
}

.fl-affiliate-btn::before {
    content: "";

    position: absolute;
    top: 0;
    left: 0;

    width: 2em;
    height: 100%;

    background: rgba(255, 255, 255, 0.35);

    box-shadow:
        0 0 15px rgba(255,255,255,0.5),
        0 0 30px rgba(255,255,255,0.25);

    transform: translateX(-6em) skewX(-45deg);

    animation: moveLight 2.8s infinite ease-in-out;
}

@keyframes moveLight {
    0% {
        transform: translateX(-6em) skewX(-45deg);
    }

    100% {
        transform: translateX(40em) skewX(-45deg);
    }
}

@keyframes affiliatePulse {
    0% {
        box-shadow: 0 0 0 0 rgba(50,41,123,0.45);
    }

    70% {
        box-shadow: 0 0 0 12px rgba(50,41,123,0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(50,41,123,0);
    }
}


.fl-places-header .fl-places-left .fl-places-logo-contain img.fl-places-logo {

    object-fit: contain;
}

@media (max-width: 768px) {
    .fl-places-content .fl-places-reviews-contain {
		order: 1;
    }
    .fl-places-content .fl-places-sidebar-contain {
		order: 0;
    }
}