/* ===========================================
   Facebook Blocker Styles
   Version: 3.23.0
   =========================================== */

.ccm-facebook-placeholder {
    position: relative;
    background: #f0f2f5;
    overflow: hidden;
    max-width: 100%;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dddfe2;
    border-radius: 8px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* Notice Container */
.ccm-facebook-notice {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 30px 20px;
    max-width: 400px;
}

/* Facebook Icon */
.ccm-facebook-icon {
    font-size: 48px;
    margin-bottom: 15px;
    color: #1877f2;
    font-weight: 700;
    line-height: 1;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Description Text */
.ccm-facebook-notice p {
    margin: 0 0 15px 0;
    color: #65676b;
    font-size: 13px;
    line-height: 1.5;
}

/* Load Button - Facebook Blue */
.ccm-facebook-load-btn {
    background: #1877f2;
    color: #fff !important;
    border: none;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
    display: inline-block;
}

.ccm-facebook-load-btn:hover {
    background: #166fe5;
    transform: translateY(-1px);
}

.ccm-facebook-load-btn:active {
    transform: translateY(0);
}

/* Privacy Link */
.ccm-facebook-notice a {
    color: #65676b;
    font-size: 12px;
    text-decoration: underline;
    display: inline-block;
    margin-top: 10px;
}

.ccm-facebook-notice a:hover {
    color: #050505;
}

/* Responsive adjustments */
@media (max-width: 480px) {
    .ccm-facebook-placeholder {
        min-height: 180px;
    }

    .ccm-facebook-notice {
        padding: 20px 15px;
        margin: 10px;
    }

    .ccm-facebook-icon {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .ccm-facebook-notice p {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .ccm-facebook-load-btn {
        padding: 10px 20px;
        font-size: 13px;
        width: 100%;
    }
}

/* WordPress Block Editor Compatibility */
.wp-block-embed__wrapper .ccm-facebook-placeholder {
    width: 100%;
}
