/*
Theme Name: PHLX Theme
Theme URI: https://phlx.local
Author: PHLX International
Author URI: https://phlx.local
Description: Mobile-first lightweight WordPress theme for the PHLX Read & Earn platform.
Version: 1.1.8
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: phlx-theme
*/

/**
 * Notes:
 * - This file contains core theme metadata plus fallback global rules.
 * - Most of the real visual system lives in assets/css/main.css
 * - Keep this file light.
 */

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body.phlx-body {
  margin: 0;
  background: #f5f7fa;
}

.phlx-video-reward-notice {
    margin-top: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    background: rgba(34, 197, 94, 0.12);
    border: 1px solid rgba(34, 197, 94, 0.35);
    font-size: 0.95rem;
    font-weight: 600;
}

.phlx-video-reward-notice.is-error {
    background: rgba(239, 68, 68, 0.10);
    border-color: rgba(239, 68, 68, 0.35);
}

.phlx-video-sponsored-below {
    margin-top: 18px;
}

.phlx-video-reward-notice--overlay {
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    z-index: 42;
    max-width: min(92%, 560px);
    margin: 0;
    text-align: center;
}
