/*
Theme Name: PlateParrot
Theme URI: https://plateparrot.com
Author: PlateParrot Team
Author URI: https://plateparrot.com
Description: A modern block theme for PlateParrot - your nutrition companion. Built entirely with WordPress core blocks and FSE.
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: plateparrot
Tags: block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, full-site-editing, one-column, template-editing, wide-blocks
*/

::selection {
  background-color: var(--wp--preset--color--pp-green);
  color: var(--wp--preset--color--pp-black);
}

.black-select::selection,
.black-select *::selection {
  background-color: var(--wp--preset--color--pp-black);
  color: var(--wp--preset--color--pp-green);
}

.navbar-logo-text a{
	text-decoration:none;
}

.modal-cacsp-box {
	border-radius: 25px !important;
}

.modal-cacsp-btn {
	border-radius: 13px !important;
    padding: 10px 25px !important;
	font-weight: 500 !important;
}

.blog-full-image img,
.blog-full-image {
    width: 100%;
}

/* Gesamte Newsletter-Sektion */
.newsletter-section {       
    padding: 1.5rem;
    margin: 1.5rem auto;
    background: var(--wp--preset--color--pp-green);
    border-radius: 16px;
}

/* Headline */
.newsletter-headline {
    font-size: 1.7rem;
    font-weight: 700;
	margin:0;
}

/* Beschreibung */
.newsletter-copy {
    font-size: 1rem;
    margin-bottom: 1.4rem;
    line-height: 1.5;
}

/* Input-Bereich */
.newsletter-input-area {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.newsletter-input-area b {
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
}

/* Input-Feld */
.newsletter-input {
    padding: 0.75rem 0.9rem;
    font-size: 1rem;
    border-radius: 8px;
    border: 1px solid #ccc;
    transition: border 0.2s, box-shadow 0.2s;
}

.newsletter-input:focus {
    outline: none;
    border-color: #64b5f6;
    box-shadow: 0 0 0 3px rgba(100,181,246,0.25);
}

/* Rechtlicher Text */
.newsletter-legal-text {
    font-size: 0.85rem;
    margin: 1rem 0;
    line-height: 1.45;
}

.newsletter-legal-link {
    text-decoration: underline;
}

input[type="checkbox"] {
    accent-color: var(--wp--preset--color--pp-black);
}

/* Button */
.sib-default-btn {
    margin-top: 1rem;
    padding: 0.75rem 1.4rem;
    background-color: var(--wp--preset--color--pp-black);
    color: white;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.25s ease, transform 0.1s ease;
    font-family: inherit;
}

.sib-default-btn:hover {
    background-color: var(--wp--preset--color--pp-green-dark);
}

.sib-default-btn:active {
    transform: scale(0.97);
}

/* Checkbox Wrapper */
.newsletter-checkbox {
    font-size: 0.9rem;
    line-height: 1.4;
    margin-bottom: 1rem;
	display:block;
}

/* Checkbox selbst */
.newsletter-checkbox input[type="checkbox"] {
    margin-top: 0.2rem;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

/* Text & Link */
.newsletter-checkbox a {
    text-decoration: underline;
	color: var(--wp--preset--color--pp-black);
}

.newsletter-checkbox a:hover {
	color: var(--wp--preset--color--pp-green-dark);
}

.newsletter-checkbox {
    font-size: 1rem;
    line-height: 1.5; 
}