/*
 Theme Name: Modkids Child
 Theme URI: https://example.com/modkids-child
 Description: Child theme for modkids – safely add custom CSS, templates & functions.
 Author: Elena (arklab creative studio)
 Author URI: https://example.com
 Template: modkids
 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: modkids-child
*/

/* Your custom CSS below */
:root {
  --accent: #2ecc71;
}

.purple {background: linear-gradient(
    180deg,
    transparent 60%,               /* πάνω 70% χωρίς χρώμα */
    rgba(247, 192, 233, 1) 60%,     /* αρχή του highlight */
    rgba(247, 192, 233, 1) 100%     /* κάτω 30% πράσινο highlight */
); margin:0px 15px 25px 0px; font-weight:bold;}
.green{background: linear-gradient(
    180deg,
    transparent 60%,               /* πάνω 70% χωρίς χρώμα */
    rgba(237, 255, 165, 1) 60%,     /* αρχή του highlight */
    rgba(237, 255, 165, 1) 100%     /* κάτω 30% πράσινο highlight */
  ); margin:0px 15px 25px 0px; font-weight:bold;}
.blue{background: linear-gradient(
    180deg,
    transparent 60%,               /* πάνω 70% χωρίς χρώμα */
    rgba(188, 255, 238, 1) 60%,     /* αρχή του highlight */
    rgba(188, 255, 238, 1) 100%     /* κάτω 30% πράσινο highlight */
  ); margin:0px 15px 25px 0px; font-weight:bold;}
.rose {background: linear-gradient(
    180deg,
    transparent 60%,               /* πάνω 70% χωρίς χρώμα */
    rgba(173, 237, 255, 1) 60%,     /* αρχή του highlight */
    rgba(173, 237, 255, 1) 100%     /* κάτω 30% πράσινο highlight */
  ); margin:0px 15px 25px 0px; font-weight:bold;}
.orange{background: linear-gradient(
    180deg,
    transparent 60%,               /* πάνω 70% χωρίς χρώμα */
    rgba(255, 203, 175, 1) 60%,     /* αρχή του highlight */
    rgba(255, 203, 175, 1) 100%     /* κάτω 30% πράσινο highlight */
  ); margin:0px 15px 25px 0px; font-weight:bold;}
