/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
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: astra-child
Template: astra
*/

:root {
    --background: 210 20% 98%;
    --foreground: 215 25% 15%;
    --card: 0 0% 100%;
    --card-foreground: 215 25% 15%;
    --popover: 0 0% 100%;
    --popover-foreground: 215 25% 15%;
    --primary: 204 87% 24%;
    --primary-foreground: 210 40% 98%;
    --secondary: 190 35% 48%;
    --secondary-foreground: 0 0% 100%;
    --muted: 210 15% 95%;
    --muted-foreground: 215 10% 45%;
    --accent: 0 55% 51%;
    --accent-foreground: 0 0% 100%;
    --destructive: 0 84% 60%;
    --destructive-foreground: 210 40% 98%;
    --border: 214 20% 90%;
    --input: 214 20% 90%;
    --ring: 204 87% 24%;
    --radius: .5rem;
    --sidebar-background: 0 0% 98%;
    --sidebar-foreground: 240 5.3% 26.1%;
    --sidebar-primary: 240 5.9% 10%;
    --sidebar-primary-foreground: 0 0% 98%;
    --sidebar-accent: 240 4.8% 95.9%;
    --sidebar-accent-foreground: 240 5.9% 10%;
    --sidebar-border: 220 13% 91%;
    --sidebar-ring: 217.2 91.2% 59.8%;
    --hero-overlay: 204 87% 15%;
    --section-alt: 210 15% 96%;
    --cta-gradient-from: 0 55% 51%;
    --cta-gradient-to: 0 55% 45%;
    --card-shadow: 0 4px 24px -4px hsl(204 87% 24% / .08);
    --card-hover-shadow: 0 12px 40px -8px hsl(204 87% 24% / .15);
    --header-blur: blur(12px);
}

.whiteLogo {
    background-color: rgba(255, 255, 255, 1);
    mask-image: url(/wp-content/uploads/2026/03/epaneser_logo.png);
    -webkit-mask-image: url(/wp-content/uploads/2026/03/epaneser_logo.png);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center left;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center left;
    display: block;
    width: 285px;
    height: 43px;
}

.font-semibold {
    font-weight: 600;
}
.mb-4 {
    margin-bottom: 1rem;
}
.text-primary-foreground\/60, .text-primary-foreground\/60 a {
    color: hsl(var(--primary-foreground) / .6) !important;
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.gap-2 {
    gap: 0.5rem;
}
.items-start {
    align-items: flex-start;
}
.flex {
    display: flex;
}

.shrink-0 {
    flex-shrink: 0;
}

.w-4 {
    width: 1rem;
}

.h-4 {
    height: 1rem;
}

.mt-0\.5 {
    margin-top: 0.125rem;
}

.space-y-3 > * + * {
    margin-top: 0.75rem;
}

.footerWidgetTitle{
    color: #fff !important;
    font-size: 20px !important;
}
.overflow-hidden {
    overflow: hidden;
}
.items-center {
    align-items: center;
}
.min-h-\[85vh\] {
    min-height: 85vh;
}
.relative {
    position: relative;
}
.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.absolute {
    position: absolute;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}
.w-full {
    width: 100%;
}
.h-full {
    height: 100%;
}

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}
.ring-offset-background {
    --tw-ring-offset-color: hsl(var(--background));
}
.text-primary-foreground {
    color: hsl(var(--primary-foreground));
}
.font-semibold {
    font-weight: 600;
}
.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}
.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}
.border-primary-foreground\/30 {
    border-color: hsl(var(--primary-foreground) / .3);
}
.border-2 {
    border-width: 2px;
}
.rounded-md {
    border-radius: calc(var(--radius) - 2px);
}
.whitespace-nowrap {
    white-space: nowrap;
}
.gap-2 {
    gap: .5rem;
}
.justify-center {
    justify-content: center;
}
.items-center {
    align-items: center;
}
.h-11 {
    height: 2.75rem;
}
.inline-flex {
    display: inline-flex;
}
.sub-menu a{color: hsl(var(--foreground)) !important;}
.sub-menu li:hover,.sub-menu li:active {background-color: hsl(var(--muted)) !important;}
.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.bg-primary {
    background-color: hsl(var(--primary));
}
.overflow-hidden {
    overflow: hidden;
}
.relative {
    position: relative;
}
.opacity-10 {
    opacity: .1;
}
.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.bg-secondary {
    background-color: hsl(var(--secondary));
}
.rounded-full {
    border-radius: 9999px;
}
.translate-x-1\/2 {
    --tw-translate-x: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.w-96 {
    width: 24rem;
}
.h-96 {
    height: 24rem;
}
.top-0 {
    top: 0;
}
.right-0 {
    right: 0;
}

.bg-accent {
    background-color: hsl(var(--accent));
}
.rounded-full {
    border-radius: 9999px;
}
.translate-y-1\/2 {
    --tw-translate-y: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.w-64 {
    width: 16rem;
}
.h-64 {
    height: 16rem;
}
.left-0 {
    left: 0;
}
.bottom-0 {
    bottom: 0;
}
@media (min-width: 1024px) {
    .container-narrow {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
@media (min-width: 640px) {
    .container-narrow {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
.container-narrow {
    margin-left: auto;
    margin-right: auto;
    max-width: 72rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
.text-center {
    text-align: center;
}
.max-w-2xl {
    max-width: 42rem;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

#ast-desktop-header.sticky .site-logo-img img {
    content: url('/wp-content/uploads/2026/03/epaneser_logo.png');
    max-width: 220px !important;
    width: 220px !important;
}

#ast-desktop-header.sticky .ast-header-search .ast-icon{
    color:black !important;
}

.bg-accent {
    background-color: hsl(var(--accent));
}
.rounded-full {
    border-radius: 9999px;
}
.h-1 {
    height: .25rem;
}
.mb-6 {
    margin-bottom: 1.5rem;
}

.text-accent {
    color: hsl(var(--accent));
}
.tracking-widest {
    letter-spacing: .1em;
}
.uppercase {
    text-transform: uppercase;
}
.font-medium {
    font-weight: 500;
}
.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}
.mb-3 {
    margin-bottom: .75rem;
}
@media (min-width: 768px) {
    .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}
.text-foreground {
    color: hsl(var(--foreground));
}
.font-bold {
    font-weight: 700;
}

.duration-300 {
    animation-duration: .3s;
}
.duration-300 {
    transition-duration: .3s;
}
.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}
.p-6 {
    padding: 1.5rem;
}
.bg-card {
    background-color: hsl(var(--card));
}
.border-border {
    border-color: hsl(var(--border));
}
.border {
    border-width: 1px;
    border-style: solid;
}
.rounded-2xl {
    border-radius: 1rem;
}
.relative {
    position: relative;
}
.text-foreground {
    color: hsl(var(--foreground));
}
.font-medium {
    font-weight: 500;
}
.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}
.leading-relaxed {
    line-height: 1.625;
}
.text-primary {
    color: hsl(var(--primary));
}
.w-5 {
    width: 1.25rem;
}
.h-5 {
    height: 1.25rem;
}

.bg-primary-gradient {
    --tw-gradient-from: hsl(var(--primary) / 0.15);
    --tw-gradient-to: hsl(var(--primary) / 0.05);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.rounded-xl {
    border-radius: .75rem;
}
.justify-center {
    justify-content: center;
}
.items-center {
    align-items: center;
}
.w-12 {
    width: 3rem;
}
.h-12 {
    height: 3rem;
}
.flex {
    display: flex;
}
.mb-4 {
    margin-bottom: 1rem;
}
.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}
.opacity-0 {
    opacity: 0;
}
.bg-accent {
    background-color: hsl(var(--accent));
}
.rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
}
.w-10 {
    width: 2.5rem;
}
.h-1 {
    height: .25rem;
}
.top-0 {
    top: 0;
}
.left-6 {
    left: 1.5rem;
}
.absolute {
    position: absolute;
}
/* Κύριο card */
.gridSkopos .group {
    position: relative;
    opacity: 1;
    transform: none;
    border-radius: 1rem; /* rounded-2xl */
    border: 1px solid #e5e7eb; /* border-border */
    padding: 1.5rem; /* p-6 */
    background-color: #fff; /* bg-card */
    transition-property: all;
    transition-duration: 0.3s; /* duration-300 */
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

/* Hover effect για το card */
.gridSkopos .group:hover {
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05); /* hover:shadow-lg */
    border-color: rgba(59,130,246,0.3); /* hover:border-primary/30 */
}

/* Bar πάνω που εμφανίζεται στο hover */
.gridSkopos .group > div:first-child {
    position: absolute;
    top: 0;
    left: 1.5rem; /* left-6 */
    width: 2.5rem; /* w-10 */
    height: 0.25rem; /* h-1 */
    background-color: hsl(var(--accent)); /* bg-accent */
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(.4,0,.2,1); /* transition-opacity + duration-300 */
}

/* Όταν το card είναι hover, η bar γίνεται εμφανής */
.gridSkopos .group:hover > div:first-child {
    opacity: 1;
}

/* Box με το SVG icon */
.bg-primary-gradient {
    width: 3rem; /* w-12 */
    height: 3rem; /* h-12 */
    border-radius: 0.75rem; /* rounded-xl */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem; /* mb-4 */
    background-image: linear-gradient(
        to bottom right,
        hsl(var(--primary) / 0.15),
        hsl(var(--primary) / 0.05)
    );
}

/* Κείμενο μέσα στο card */
.gridSkopos .group p {
    font-size: 0.875rem; /* text-sm */
    color: #1f2937; /* text-foreground */
    line-height: 1.5; /* leading-relaxed */
    font-weight: 500; /* font-medium */
}

.gridSkopos .group{
    min-height: 211px;
}

@media (min-width: 768px) {
    .md\:p-12 {
        padding: 3rem;
    }
}
.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.bg-primary\/10 {
    background-color: hsl(var(--primary) / .1);
}
.rounded-xl {
    border-radius: .75rem;
}
@media (min-width: 768px) {
    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

.rounded-full {
    border-radius: 9999px;
}
.w-10 {
    width: 2.5rem;
}
.h-0\.5 {
    height: .125rem;
}
.gap-4 {
    gap: 1rem;
}
.items-start {
    align-items: flex-start;
}
.flex {
    display: flex;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
.mb-1 {
    margin-bottom: .25rem;
}
@media (min-width: 1024px) {
    .lg\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
.gap-12 {
    gap: 3rem;
}
.items-start {
    align-items: flex-start;
}
.grid {
    display: grid;
}
.w-16 {
    width: 4rem;
}
.h-1 {
    height: .25rem;
}
.w-8 {
    width: 2rem;
}
.h-8 {
    height: 2rem;
}
.text-accent-foreground {
    color: hsl(var(--accent-foreground));
}
.justify-center {
    justify-content: center;
}
.items-center {
    align-items: center;
}
.flex-shrink-0, .shrink-0 {
    flex-shrink: 0;
}
.rounded-lg {
    border-radius: var(--radius);
}

.hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px) {
    .skoposSticky {
        position: sticky;
        top: 153px;
    }
}

.max-w-3xl {
    max-width: 48rem;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.pl-8 {
    padding-left: 2rem;
}
.pb-10 {
    padding-bottom: 2.5rem;
}
.bg-primary {
    background-color: hsl(var(--primary));
}
.w-6 {
    width: 1.5rem;
}
.h-6 {
    height: 1.5rem;
}
.top-1\.5 {
    top: 0.375rem;
}
.left-0 {
    left: 0px;
}

.bg-border {
    background-color: hsl(var(--border));
}

.w-0\.5 {
    width: 0.125rem;
}

.top-8 {
    top: 2rem;
}

.left-\[11px\] {
    left: 11px;
}

.bottom-0 {
    bottom: 0px;
}
.hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}

.p-8 {
    padding: 2rem;
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 1.5rem;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 1rem;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0.7rem;
}

.card-institutional {
    box-shadow: var(--card-shadow);
    transition: box-shadow .3s ease, transform .3s ease;
}

.card-institutional:hover {
    box-shadow: var(--card-hover-shadow);
    transform: translateY(-2px);
}

.mt-8 {
    margin-top: 2rem;
}

.text-muted-foreground {
    color: hsl(var(--muted-foreground));
}
.p-5 {
    padding: 1.25rem;
}
.w-10 {
    width: 2.5rem;
}
.h-10 {
    height: 2.5rem;
}
.gap-3 {
    gap: .75rem;
}
.bg-accent\/10 {
    background-color: hsl(var(--accent) / .1);
}
.text-xs {
    font-size: .75rem;
    line-height: 1rem;
}
.w-7 {
    width: 1.75rem;
}
.h-7 {
    height: 1.75rem;
}
.bg-muted {
    background-color: hsl(var(--muted));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
@media (min-width: 768px) {
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0px, 1fr));
    }
}
.pb-0 {
    padding-bottom: 0px;
}
.mb-0 {
    margin-bottom: 0px;
}
.bg-muted\/50 {
    background-color: hsl(var(--muted) / .5);
}
.rounded-xl {
    border-radius: 0.75rem;
}
.w-3\.5 {
    width: 0.875rem;
}
.h-3\.5 {
    height: 0.875rem;
}
.mt-1 {
    margin-top: 0.25rem;
}
.pl-5 {
    padding-left: 1.25rem;
}

.border-l-2 {
    border-left-width: 2px;
    border-left-style: solid; 
    border-left-color: currentColor;
}
.border-accent {
    border-color: hsl(var(--accent));
}

.bg-muted\/30 {
    background-color: hsl(var(--muted) / .3);
}

.border-primary\/30 {
    border-color: hsl(var(--primary) / .3);
}
.p-4 {
    padding: 1rem;
}
@media (min-width: 768px) {
    .md\:p-12 {
        padding: 3rem;
    }
}
.bg-primary\/5 {
    background-color: hsl(var(--primary) / .05);
}

.rounded-2xl {
    border-radius: 1rem;
}
.w-16 {
    width: 4rem;
}
.h-16 {
    height: 4rem;
}
.border-primary\/20 {
    border-color: hsl(var(--primary) / .2);
}

@media (min-width: 640px) {
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.gap-6 {
    gap: 1.5rem;
}

.max-w-4xl {
    max-width: 56rem;
}

@media (min-width: 768px) {
    .md\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

.text-secondary {
    color: hsl(var(--secondary));
}
.w-14 {
    width: 3.5rem;
}
.h-14 {
    height: 3.5rem;
}

.hover\:border-accent\/50:hover {
    border-color: hsl(var(--accent) / 0.5);
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

@media (min-width: 768px) {
    .md\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }
}

.text-primary-foreground\/70 {
    color: hsl(var(--primary-foreground) / 0.7);
}

.max-w-2xl {
    max-width: 42rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.bg-primary-foreground\/10 {
    background-color: hsl(var(--primary-foreground) / 0.1);
}

.text-primary-foreground\/80 {
    color: hsl(var(--primary-foreground) / 0.8);
}

.top-0-custom{
    top: -11rem; 
}

.right-0-custom{
   right: -12rem; 
}

.w-64 {
    width: 16rem;
}
.h-64 {
    height: 16rem;
}

.text-justify{
    text-align: justify;
}

@media (min-width: 768px) {
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
.gap-6 {
    gap: 1.5rem;
}
.flex-col {
    flex-direction: column;
}

.neaArxikis h3, .latestNewsArxiki h3{
    font-size: 1rem;
}

.group:hover .group-hover\:gap-2 {
    gap: .5rem;
}

.h-40 {
    height: 10rem;
}

.group:hover .group-hover\:text-primary {
    color: hsl(var(--primary));
}

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}
.ring-offset-background {
    --tw-ring-offset-color: hsl(var(--background));
}
.font-medium {
    font-weight: 500;
}
.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}
.px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
}
.bg-background {
    background-color: hsl(var(--background));
}
.border-input {
    border-color: hsl(var(--input));
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
}
.px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
}

.hover\:text-accent-foreground{
    color: #000;
}

.hover\:text-accent-foreground:hover {
    color: hsl(var(--accent-foreground));
}
.hover\:bg-accent:hover {
    background-color: hsl(var(--accent));
}
.text-muted-foreground {
    color: hsl(var(--muted-foreground));
}
.leading-relaxed {
    line-height: 1.625;
}
.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}
.flex-1 {
    flex: 1 1 0%;
}
.mb-6 {
    margin-bottom: 1.5rem;
}

.\[\&_tr\]\:border-b tr {
    border-bottom-width: 1px;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.tableKnowledge a{
    color: hsl(var(--foreground)) !important;
}

.tableKnowledge{
    margin-bottom: 0;
}

.ast-archive-entry-banner{
    background: #084872;
    padding-top: 9rem !important;
}

.ast-archive-entry-banner h1{
    color:#fff !important;
}

.search-results .ast-archive-entry-banner p{display: none;}
.search-results .ast-archive-entry-banner h1{font-size: 2.8rem !important;}
.wp-block-editor .editor-styles-wrapper h1 {
    font-size: 1.5rem !important;
}

.single-post .ast-single-entry-banner a{
    background-color: hsl(var(--secondary));
    padding: 7px;
    border-radius: 17px;
    border: 1px solid hsl(var(--secondary));
    font-size: 13px;
}

.single .post-navigation a, .nav-links .prev, .nav-links .next {
    color: #000;
}

.single .post-navigation a:hover {
    color: #c74040;
}

.archive.category .widget_categories{
        background-color: hsl(var(--muted)) !important;
        border-radius: 8px
}

#categories-2 ul li a{
    color: hsl(var(--muted-foreground));
}

#categories-2 ul li a:hover{
    color: hsl(var(--foreground));
}

#categories-2 ul li.current-cat a{
    color: hsl(var(--foreground));
}

aside#block-2 input#wp-block-search__input-1 {
    border: none;
    background-color: hsl(var(--background));
}

button.wp-block-search__button.has-icon.wp-element-button {
    background-color: transparent !important;
    color: #000;
    border: none;
    border-color: transparent !important;
}

.wp-block-search__button svg {
    fill: hsl(var(--muted-foreground));
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{
    outline-style: none;
    background-color: hsl(var(--background));
    border-radius: 8px;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    border: 1px solid hsl(var(--border));
}

#block-2{
    padding: 0.1em !important;
}

aside#block-2 input#wp-block-search__input-1:focus {
    outline: none;
}

.ast-separate-container .ast-article-post {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.post .entry-content *{
    font-family: 'Inter', sans-serif !important;
}


    