*{box-sizing:border-box;font-family:Arial,Helvetica,sans-serif;line-height:1.5}body{margin:0;padding:1rem;display:grid;grid-template-areas:"header header header" "nav nav nav" "ads article aside" "pag pag pag" "footer footer footer";grid-gap:2rem;grid-template-columns:0.5fr 1fr 0.5fr;min-height:100vh;background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%)}.content-wrapper{display:contents}@media (max-width:768px){body{grid-template-areas:"header" "nav" "article" "ads" "aside" "pag" "footer";grid-template-columns:1fr;grid-gap:1rem;padding:.5rem}}@media (max-width:480px){.nav a,.header a{font-size:1.2em}body{grid-gap:.5rem}}.header{grid-area:header;background:linear-gradient(to right,#ff7e5f,#feb47b);border-radius:10px;box-shadow:0 4px 10px rgb(0 0 0 / .1);text-align:center;padding:2rem;color:#fff}.nav{grid-area:nav;background:linear-gradient(to right,#00c6ff,#0072ff);border-radius:10px;box-shadow:0 4px 10px rgb(0 0 0 / .1);padding:1rem;position:sticky;top:0;z-index:9999}.ads{grid-area:ads;background:linear-gradient(to bottom,#a8ff78,#78ffd6);border-radius:10px;box-shadow:0 4px 10px rgb(0 0 0 / .1);padding:1.5rem}.article{grid-area:article;background:linear-gradient(to bottom,#ffffff,#f5f5f5);border-radius:10px;box-shadow:0 4px 10px rgb(0 0 0 / .1);padding:2rem}.aside{grid-area:aside;background:linear-gradient(to bottom,#ffd26f,#ff7f50);border-radius:10px;box-shadow:0 4px 10px rgb(0 0 0 / .1);padding:1.5rem}.pag{grid-area:pag;background:linear-gradient(to right,#6a11cb,#2575fc);border-radius:10px;box-shadow:0 4px 10px rgb(0 0 0 / .1);padding:1.5rem;text-align:center}.pag a{margin:0;background:linear-gradient(to right,#6a11cb,#2575fc);border-radius:50%;box-shadow:0 4px 10px rgb(0 0 0 / .1);text-align:center;color:#fff;text-decoration:none;font-size:36px;width:70px;height:70px;margin-bottom:10px}.footer{grid-area:footer;background:linear-gradient(to right,#4b6cb7,#182848);border-radius:10px;box-shadow:0 4px 10px rgb(0 0 0 / .1);padding:2rem;text-align:center;color:#fff}.header h1{margin:0;font-size:2.5rem;text-shadow:2px 2px 4px rgb(0 0 0 / .3)}.header a{color:#fff;text-decoration:none}.header p{margin:.5rem 0 0;font-size:1.2rem}.nav ul{display:flex;justify-content:center;list-style:none;padding:0;margin:0;gap:1.5rem}.nav a{color:#fff;text-decoration:none;font-weight:700;font-size:1.1rem;padding:.5rem 1rem;border-radius:5px;transition:background 0.3s}.nav a:hover{background:rgb(255 255 255 / .2)}.ads,.aside{color:#333}.ads h3,.aside h3{margin-top:0;color:#222;border-bottom:2px solid rgb(0 0 0 / .1);padding-bottom:.5rem}.post{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #eee}.post:last-child{border-bottom:none;margin-bottom:0}.post h2{color:#2c3e50;margin:0 0 1rem 0;font-size:1.8rem}.post h2 a{color:inherit;text-decoration:none;transition:color 0.3s}.post h2 a:hover{color:#e74c3c}.post-meta{color:#7f8c8d;font-size:.9rem;margin:0 0 1.5rem 0}.post-thumbnail{margin:0 0 1.5rem 0}.post-thumbnail img{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 10px rgb(0 0 0 / .1)}.more_link{display:none!important}.read-more-wrapper{text-align:center;margin:2rem 0 0 0}.read-more{display:inline-block;padding:.8rem 2rem;background:linear-gradient(45deg,#336168,#2575fc);color:#fff;text-decoration:none;border-radius:25px;font-weight:700;transition:all 0.3s ease;box-shadow:0 4px 15px rgb(0 0 0 / .1)}.read-more:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgb(0 0 0 / .2);background:linear-gradient(45deg,#2575fc,#336168)}.custom-pagination,.simple-pagination{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.5rem}.custom-pagination a,.custom-pagination span,.simple-pagination a,.simple-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .5rem;border-radius:5px;text-decoration:none;font-weight:700;transition:all 0.3s ease}.custom-pagination a,.simple-pagination a{background:rgb(255 255 255 / .2);color:#fff}.custom-pagination a:hover,.simple-pagination a:hover{background:rgb(255 255 255 / .3);transform:translateY(-2px)}.custom-pagination .current,.simple-pagination .current{background:#fff;color:#2575fc}.custom-pagination .pagination-dots,.simple-pagination .pagination-dots{color:rgb(255 255 255 / .7);min-width:20px}.custom-pagination .disabled,.simple-pagination .disabled{opacity:.5;cursor:not-allowed}.pagination-prev,.pagination-next{min-width:auto!important;padding:0 1rem!important}.post-navigation-single{display:flex;justify-content:center;gap:1rem;margin:2rem 0 0 0}.nav-previous a,.nav-next a,.nav-previous span,.nav-next span{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;background:#336168;color:#fff;text-decoration:none;font-size:1.5rem;font-weight:700;transition:all 0.3s ease}.nav-previous a:hover,.nav-next a:hover{background:#2575fc;transform:scale(1.1)}.nav-previous span,.nav-next span{background:#ccc;cursor:not-allowed;opacity:.5}.post-tags{margin:2rem 0;padding:1rem;background:rgb(51 97 104 / .1);border-radius:8px}.comments-section{margin:2rem 0 0 0}.widget{background:rgb(255 255 255 / .9);padding:1.5rem;border-radius:10px;margin-bottom:1.5rem;box-shadow:0 4px 10px rgb(0 0 0 / .05)}.widget:last-child{margin-bottom:0}.widget-title{margin:0 0 1rem 0;color:#2c3e50;font-size:1.2rem;border-bottom:2px solid rgb(51 97 104 / .2);padding-bottom:.5rem}.footer a{color:#78ffd6;text-decoration:none;transition:color 0.3s}.footer a:hover{color:#fff;text-decoration:underline}.floating-nav{position:fixed;right:20px;bottom:20px;z-index:9999;display:flex;flex-direction:column;gap:10px;opacity:0;visibility:hidden;transition:all 0.3s ease}.floating-nav.visible{opacity:1;visibility:visible}.nav-arrow{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;background:linear-gradient(45deg,#336168,#2575fc);color:#fff;text-decoration:none;font-size:1.5rem;font-weight:700;box-shadow:0 4px 15px rgb(0 0 0 / .2);transition:all 0.3s ease;cursor:pointer}.nav-arrow:hover{transform:scale(1.1);box-shadow:0 6px 20px rgb(0 0 0 / .3)}@media (max-width:768px){.nav ul{display:none;flex-direction:column;gap:.5rem;position:absolute;top:100%;left:0;right:0;background:#232325;padding:1rem;z-index:10000;box-shadow:0 4px 10px rgb(0 0 0 / .2)}.toggle{display:block;background:rgb(255 255 255 / .2);color:#fff;border:none;padding:.5rem 1rem;border-radius:5px;margin-bottom:0;cursor:pointer;font-size:1rem}.toggle.close{display:none;position:absolute;right:10px;top:10px;z-index:10001;background:#ff4757}.post h2{font-size:1.5rem}.read-more{padding:.7rem 1.5rem;font-size:.9rem}.nav-previous a,.nav-next a{width:45px;height:45px;font-size:1.3rem}.floating-nav{right:15px;bottom:15px}.nav-arrow{width:45px;height:45px;font-size:1.3rem}}@media (max-width:480px){.nav a{font-size:1rem;padding:.4rem .8rem}.post h2{font-size:1.3rem}.read-more{padding:.6rem 1.2rem;font-size:.8rem}.nav-previous a,.nav-next a{width:40px;height:40px;font-size:1.2rem}.floating-nav{right:10px;bottom:10px}.nav-arrow{width:40px;height:40px;font-size:1.2rem}.custom-pagination a,.custom-pagination span{min-width:35px;height:35px;font-size:.9rem}}@media (min-width:769px){.toggle{display:none!important}.nav ul{display:flex!important}}.mejs-controls{background:#336168!important}.mejs-container.mejs-video{height:50vh!important;max-height:100vh!important;background:black!important;display:flex;justify-content:center;align-items:center}.mejs-container.mejs-video video{max-height:100%!important;max-width:100%!important;height:auto!important;width:auto!important}.mejs-mediaelement{text-align:center!important}.article img,.ads img,.aside img,.widget img,.post-thumbnail img{max-width:100%;height:auto;display:block;border-radius:8px;box-shadow:0 4px 10px rgb(0 0 0 / .1)}.article,.ads,.aside,.widget{min-width:0}.article,.ads,.aside,.widget,.post,.comments-section{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;hyphens:auto}code,kbd,pre,samp{font-family:'Courier New',Monaco,Consolas,monospace;font-size:.9em;background:rgb(51 97 104 / .1);padding:.2em .4em;border-radius:4px;border:1px solid rgb(51 97 104 / .2)}pre{display:block;padding:1.5rem;margin:1.5rem 0;background:#2d3748;color:#e2e8f0;border-radius:8px;overflow-x:auto;border-left:4px solid #336168;line-height:1.5;tab-size:4}pre code{background:none;padding:0;border:none;color:inherit;font-size:.95em;white-space:pre}blockquote{margin:2rem 0;padding:1.5rem 2rem;background:linear-gradient(135deg,rgb(51 97 104 / .05) 0%,rgb(37 117 252 / .05) 100%);border-left:4px solid #336168;border-radius:0 8px 8px 0;font-style:italic;position:relative}blockquote:before{content:'"';font-size:3rem;color:rgb(51 97 104 / .2);position:absolute;top:.5rem;left:.5rem;font-family:Georgia,serif}blockquote p{margin:0;color:#2d3748;line-height:1.6}blockquote cite{display:block;margin-top:1rem;font-style:normal;font-weight:700;color:#336168;text-align:right;font-size:.9em}table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 5px rgb(0 0 0 / .1)}th,td{padding:1rem;text-align:left;border-bottom:1px solid rgb(51 97 104 / .1)}th{background:linear-gradient(135deg,#336168,#2575fc);color:#fff;font-weight:700}tr:hover{background:rgb(51 97 104 / .05)}.article ul,.article ol,.aside ul,.aside ol{margin:1.5rem 0;padding-left:2rem}.article li,.aside li{margin:.5rem 0;line-height:1.6}.article ul li,.aside ul li{list-style-type:none}.article ol li,.aside ol li{list-style-type:decimal}iframe,video{max-width:100%;border-radius:8px;box-shadow:0 4px 10px rgb(0 0 0 / .1)}.article{min-width:0}.article>*{max-width:100%}@media (max-width:768px){pre{padding:1rem;font-size:.9em}blockquote{padding:1rem 1.5rem;margin:1.5rem 0}blockquote:before{font-size:2rem;top:.3rem;left:.3rem}th,td{padding:.7rem}.article ul,.article ol,.aside ul,.aside ol{padding-left:1.5rem}}@media (max-width:480px){pre{padding:.8rem;font-size:.85em}blockquote{padding:.8rem 1rem;margin:1rem 0}th,td{padding:.5rem;font-size:.9em}.article ul,.article ol,.aside ul,.aside ol{padding-left:1.2rem}.article,.ads,.aside{overflow-wrap:anywhere;word-break:break-word}}a[href^="http"]:not([href*="yourdomain.com"]),a[href^="mailto:"]{word-break:break-all;overflow-wrap:anywhere}::selection{background:rgb(51 97 104 / .3);color:inherit}::-moz-selection{background:rgb(51 97 104 / .3);color:inherit}hr{border:none;height:2px;background:linear-gradient(90deg,transparent,rgb(51 97 104 / .3),transparent);margin:2rem 0}.article h2,.article h3,.article h4{margin:2rem 0 1rem 0;color:#2d3748}.article h2{font-size:1.8rem;border-bottom:2px solid rgb(51 97 104 / .2);padding-bottom:.5rem}.article h3{font-size:1.5rem;color:#336168}.article h4{font-size:1.2rem;color:#4a5568}.widget{background:rgb(255 255 255 / .95);padding:1.5rem;border-radius:12px;margin-bottom:2rem;box-shadow:0 4px 20px rgb(0 0 0 / .08);border:1px solid rgb(51 97 104 / .1);transition:all 0.3s ease}.widget:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgb(0 0 0 / .12)}.widget-title{margin:0 0 1.2rem 0;color:#2d3748;font-size:1.3rem;font-weight:700;text-align:center;padding-bottom:.8rem;position:relative}.widget-title:after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:3px;background:linear-gradient(45deg,#336168,#2575fc);border-radius:2px}.widget ul{list-style:none;padding:0;margin:0}.widget li{padding:.8rem 0;border-bottom:1px solid rgb(51 97 104 / .1);transition:all 0.3s ease}.widget li:last-child{border-bottom:none}.widget li:hover{background:rgb(51 97 104 / .05);padding-left:.5rem}.widget a{color:#4a5568;text-decoration:none;transition:color 0.3s ease;display:block}.widget a:hover{color:#336168}.widget_calendar{overflow:hidden}#wp-calendar{width:100%;border-collapse:collapse;margin:0}#wp-calendar caption{caption-side:top;text-align:center;font-weight:700;color:#2d3748;padding:.8rem;background:linear-gradient(135deg,rgb(51 97 104 / .1) 0%,rgb(37 117 252 / .1) 100%);border-bottom:2px solid #336168}#wp-calendar th{background:rgb(51 97 104 / .15);color:#2d3748;padding:.6rem;text-align:center;font-weight:700;border:1px solid rgb(51 97 104 / .2)}#wp-calendar td{padding:.6rem;text-align:center;border:1px solid rgb(51 97 104 / .1);transition:all 0.3s ease}#wp-calendar td:hover{background:rgb(51 97 104 / .1);transform:scale(1.05)}#wp-calendar td#today{background:linear-gradient(45deg,#336168,#2575fc);color:#fff;font-weight:700}#wp-calendar tfoot td{border:none;padding-top:1rem}#wp-calendar tfoot a{display:inline-block;padding:.4rem 1rem;background:linear-gradient(45deg,#336168,#2575fc);color:#fff;text-decoration:none;border-radius:0;font-size:.9rem;transition:all 0.3s ease}#wp-calendar tfoot a:hover{transform:translateY(-2px);box-shadow:0 4px 10px rgb(0 0 0 / .2)}.footer-widgets{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2rem;padding:0 1rem}.footer-widget-column{min-width:0}.footer-widget{background:rgb(255 255 255 / .1);padding:1.5rem;border-radius:10px;border:1px solid rgb(255 255 255 / .2);backdrop-filter:blur(10px);transition:all 0.3s ease}.footer-widget:hover{background:rgb(255 255 255 / .15);transform:translateY(-5px);box-shadow:0 10px 30px rgb(0 0 0 / .2)}.footer-widget-title{color:#fff;margin:0 0 1rem 0;font-size:1.2rem;text-align:center;position:relative;padding-bottom:.5rem}.footer-widget-title:after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:40px;height:2px;background:#78ffd6}.footer-widget ul{list-style:none;padding:0;margin:0}.footer-widget li{padding:.6rem 0;border-bottom:1px solid rgb(255 255 255 / .1)}.footer-widget li:last-child{border-bottom:none}.footer-widget a{color:rgb(255 255 255 / .9);text-decoration:none;transition:all 0.3s ease;display:block}.footer-widget a:hover{color:#78ffd6;padding-left:.5rem}.post-thumbnail img{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 10px rgb(0 0 0 / .1);transition:all 0.3s ease}.post-thumbnail img:hover{transform:scale(1.02);box-shadow:0 6px 15px rgb(0 0 0 / .15)}@media (max-width:1024px){.footer-widgets{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:768px){.footer-widgets{grid-template-columns:1fr;gap:1rem}.widget{padding:1.2rem;margin-bottom:1.5rem}#wp-calendar td{padding:.4rem}}@media (max-width:480px){.footer-widgets{gap:.8rem}.footer-widget{padding:1rem}.widget{padding:1rem;margin-bottom:1.2rem}.widget-title{font-size:1.1rem}#wp-calendar th,#wp-calendar td{padding:.3rem;font-size:.9rem}}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.footer-widget{animation:fadeInUp 0.6s ease-out}.footer-widget:nth-child(2){animation-delay:0.2s}.footer-widget:nth-child(3){animation-delay:0.4s}.widget{animation:fadeInUp 0.5s ease-out}#wp-calendar{width:100%;max-width:27.5rem;background:#ddd;margin-left:auto;margin-right:auto}#wp-calendar caption{background:#000;color:#fff;padding:.25rem;text-align:center;text-align:center;padding:10px;border-radius:0}#wp-calendar thead tr{border-right:1px solid #ccc}nav.wp-calendar-nav{padding:0;width:100%;color:#fff;background:#232325;text-align:center;padding:10px;border-radius:0}nav.wp-calendar-nav a{color:#fff;padding-left:30px;text-decoration:none}#wp-calendar thead th{font-size:90%;font-weight:700;padding:.25rem;background:#ddd;text-transform:uppercase;text-align:center}#wp-calendar tbody td{position:relative;padding:.125rem;text-align:center;border:1px solid #ddd;background:#fff;color:#232325}#wp-calendar tbody td.pad{opacity:.6}#wp-calendar tbody td#today{font-weight:700}#wp-calendar tbody td#today:after{content:»;position:absolute;top:0;right:0;width:0;height:0;border-top:10px solid #ddd;border-left:10px solid #fff0}#wp-calendar tbody td a{display:block;background:#ddd}#wp-calendar tbody td a:hover{background:#ddd;color:#fff}#wp-calendar tfoot tr{background:gray;border:1px solid #ddd}#wp-calendar tfoot tr td{border:0;padding:0}#wp-calendar tfoot tr a{display:block;padding:.25rem .75rem}#wp-calendar tfoot tr a:hover{background:#fff}.post-thumbnail img{max-width:100%;height:auto;display:block}.article img,.aside img,.widget img{max-width:100%;height:auto;display:block;border-radius:8px;box-shadow:0 4px 10px rgb(0 0 0 / .1);transition:all 0.3s ease}.ads img{max-width:100%;height:auto;display:block;border-radius:0;box-shadow:none}.circle-image{width:150px!important;height:150px!important;border-radius:50%!important;object-fit:cover;box-shadow:0 4px 15px rgb(0 0 0 / .2)}@media (max-width:768px){.circle-image{width:120px!important;height:120px!important}}@media (max-width:480px){.circle-image{width:100px!important;height:100px!important}}.article img,.aside img,.widget img{display:block;max-width:100%;object-fit:cover;box-shadow:0 4px 15px rgb(0 0 0 / .2);transition:all 0.3s ease}*{box-sizing:border-box;font-family:Arial,Helvetica,sans-serif;line-height:1.5}body{margin:0;padding:1rem;display:grid;grid-template-areas:"header header header" "nav nav nav" "ads article aside" "pag pag pag" "footer footer footer";grid-gap:2rem;grid-template-columns:0.5fr 1fr 0.5fr;min-height:100vh;background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%)}.content-wrapper{display:contents}@media (max-width:768px){body{grid-template-areas:"header" "nav" "article" "ads" "aside" "pag" "footer";grid-template-columns:1fr;grid-gap:1rem;padding:.5rem}}@media (max-width:480px){.nav a,.header a{font-size:1.2em}body{grid-gap:.5rem}}.header{grid-area:header;background:linear-gradient(to right,#ff7e5f,#feb47b);border-radius:10px;box-shadow:0 4px 10px rgb(0 0 0 / .1);text-align:center;padding:2rem;color:#fff}.nav{grid-area:nav;background:linear-gradient(to right,#00c6ff,#0072ff);border-radius:10px;box-shadow:0 4px 10px rgb(0 0 0 / .1);padding:1rem;position:sticky;top:0;z-index:9999}.ads{grid-area:ads;background:linear-gradient(to bottom,#a8ff78,#78ffd6);border-radius:10px;box-shadow:0 4px 10px rgb(0 0 0 / .1);padding:1.5rem}.article{grid-area:article;background:linear-gradient(to bottom,#ffffff,#f5f5f5);border-radius:10px;box-shadow:0 4px 10px rgb(0 0 0 / .1);padding:2rem}.aside{grid-area:aside;background:linear-gradient(to bottom,#ffd26f,#ff7f50);border-radius:10px;box-shadow:0 4px 10px rgb(0 0 0 / .1);padding:1.5rem}.pag{grid-area:pag;background:linear-gradient(to right,#6a11cb,#2575fc);border-radius:10px;box-shadow:0 4px 10px rgb(0 0 0 / .1);padding:1.5rem;text-align:center}.pag a{margin:0;background:linear-gradient(to right,#6a11cb,#2575fc);border-radius:50%;box-shadow:0 4px 10px rgb(0 0 0 / .1);text-align:center;color:#fff;text-decoration:none;font-size:36px;width:70px;height:70px;margin-bottom:10px}.footer{grid-area:footer;background:linear-gradient(to right,#4b6cb7,#182848);border-radius:10px;box-shadow:0 4px 10px rgb(0 0 0 / .1);padding:2rem;text-align:center;color:#fff}.header h1{margin:0;font-size:2.5rem;text-shadow:2px 2px 4px rgb(0 0 0 / .3)}.header a{color:#fff;text-decoration:none}.header p{margin:.5rem 0 0;font-size:1.2rem}.nav ul{display:flex;justify-content:center;list-style:none;padding:0;margin:0;gap:1.5rem}.nav a{color:#fff;text-decoration:none;font-weight:700;font-size:1.1rem;padding:.5rem 1rem;border-radius:5px;transition:background 0.3s}.nav a:hover{background:rgb(255 255 255 / .2)}.ads,.aside{color:#333}.ads h3,.aside h3{margin-top:0;color:#222;border-bottom:2px solid rgb(0 0 0 / .1);padding-bottom:.5rem}.post{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #eee}.post:last-child{border-bottom:none;margin-bottom:0}.post h2{color:#2c3e50;margin:0 0 1rem 0;font-size:1.8rem}.post h2 a{color:inherit;text-decoration:none;transition:color 0.3s}.post h2 a:hover{color:#e74c3c}.post-meta{color:#7f8c8d;font-size:.9rem;margin:0 0 1.5rem 0}.post-thumbnail{margin:0 0 1.5rem 0}.post-thumbnail img{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 10px rgb(0 0 0 / .1)}.more_link{display:none!important}.read-more-wrapper{text-align:center;margin:2rem 0 0 0}.read-more{display:inline-block;padding:.8rem 2rem;background:linear-gradient(45deg,#336168,#2575fc);color:#fff;text-decoration:none;border-radius:25px;font-weight:700;transition:all 0.3s ease;box-shadow:0 4px 15px rgb(0 0 0 / .1)}.read-more:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgb(0 0 0 / .2);background:linear-gradient(45deg,#2575fc,#336168)}.custom-pagination,.simple-pagination{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.5rem}.custom-pagination a,.custom-pagination span,.simple-pagination a,.simple-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .5rem;border-radius:5px;text-decoration:none;font-weight:700;transition:all 0.3s ease}.custom-pagination a,.simple-pagination a{background:rgb(255 255 255 / .2);color:#fff}.custom-pagination a:hover,.simple-pagination a:hover{background:rgb(255 255 255 / .3);transform:translateY(-2px)}.custom-pagination .current,.simple-pagination .current{background:#fff;color:#2575fc}.custom-pagination .pagination-dots,.simple-pagination .pagination-dots{color:rgb(255 255 255 / .7);min-width:20px}.custom-pagination .disabled,.simple-pagination .disabled{opacity:.5;cursor:not-allowed}.pagination-prev,.pagination-next{min-width:auto!important;padding:0 1rem!important}.post-navigation-single{display:flex;justify-content:center;gap:1rem;margin:2rem 0 0 0}.nav-previous a,.nav-next a,.nav-previous span,.nav-next span{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;background:#336168;color:#fff;text-decoration:none;font-size:1.5rem;font-weight:700;transition:all 0.3s ease}.nav-previous a:hover,.nav-next a:hover{background:#2575fc;transform:scale(1.1)}.nav-previous span,.nav-next span{background:#ccc;cursor:not-allowed;opacity:.5}.post-tags{margin:2rem 0;padding:1rem;background:rgb(51 97 104 / .1);border-radius:8px}.comments-section{margin:2rem 0 0 0}.widget{background:rgb(255 255 255 / .9);padding:1.5rem;border-radius:10px;margin-bottom:1.5rem;box-shadow:0 4px 10px rgb(0 0 0 / .05)}.widget:last-child{margin-bottom:0}.widget-title{margin:0 0 1rem 0;color:#2c3e50;font-size:1.2rem;border-bottom:2px solid rgb(51 97 104 / .2);padding-bottom:.5rem}.footer a{color:#78ffd6;text-decoration:none;transition:color 0.3s}.footer a:hover{color:#fff;text-decoration:underline}.floating-nav{position:fixed;right:20px;bottom:20px;z-index:9999;display:flex;flex-direction:column;gap:10px;opacity:0;visibility:hidden;transition:all 0.3s ease}.floating-nav.visible{opacity:1;visibility:visible}.nav-arrow{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;background:linear-gradient(45deg,#336168,#2575fc);color:#fff;text-decoration:none;font-size:1.5rem;font-weight:700;box-shadow:0 4px 15px rgb(0 0 0 / .2);transition:all 0.3s ease;cursor:pointer}.nav-arrow:hover{transform:scale(1.1);box-shadow:0 6px 20px rgb(0 0 0 / .3)}@media (max-width:768px){.nav ul{display:none;flex-direction:column;gap:.5rem;position:absolute;top:100%;left:0;right:0;background:#232325;padding:1rem;z-index:10000;box-shadow:0 4px 10px rgb(0 0 0 / .2)}.toggle{display:block;background:rgb(255 255 255 / .2);color:#fff;border:none;padding:.5rem 1rem;border-radius:5px;margin-bottom:0;cursor:pointer;font-size:1rem}.toggle.close{display:none;position:absolute;right:10px;top:10px;z-index:10001;background:#ff4757}.post h2{font-size:1.5rem}.read-more{padding:.7rem 1.5rem;font-size:.9rem}.nav-previous a,.nav-next a{width:45px;height:45px;font-size:1.3rem}.floating-nav{right:15px;bottom:15px}.nav-arrow{width:45px;height:45px;font-size:1.3rem}}@media (max-width:480px){.nav a{font-size:1rem;padding:.4rem .8rem}.post h2{font-size:1.3rem}.read-more{padding:.6rem 1.2rem;font-size:.8rem}.nav-previous a,.nav-next a{width:40px;height:40px;font-size:1.2rem}.floating-nav{right:10px;bottom:10px}.nav-arrow{width:40px;height:40px;font-size:1.2rem}.custom-pagination a,.custom-pagination span{min-width:35px;height:35px;font-size:.9rem}}@media (min-width:769px){.toggle{display:none!important}.nav ul{display:flex!important}}.mejs-controls{background:#336168!important}.mejs-container.mejs-video{height:50vh!important;max-height:100vh!important;background:black!important;display:flex;justify-content:center;align-items:center}.mejs-container.mejs-video video{max-height:100%!important;max-width:100%!important;height:auto!important;width:auto!important}.mejs-mediaelement{text-align:center!important}.article img,.ads img,.aside img,.widget img,.post-thumbnail img{max-width:100%;height:auto;display:block;border-radius:8px;box-shadow:0 4px 10px rgb(0 0 0 / .1)}.article,.ads,.aside,.widget{min-width:0}.article,.ads,.aside,.widget,.post,.comments-section{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;hyphens:auto}code,kbd,pre,samp{font-family:'Courier New',Monaco,Consolas,monospace;font-size:.9em;background:rgb(51 97 104 / .1);padding:.2em .4em;border-radius:4px;border:1px solid rgb(51 97 104 / .2)}pre{display:block;padding:1.5rem;margin:1.5rem 0;background:#2d3748;color:#e2e8f0;border-radius:8px;overflow-x:auto;border-left:4px solid #336168;line-height:1.5;tab-size:4}pre code{background:none;padding:0;border:none;color:inherit;font-size:.95em;white-space:pre}blockquote{margin:2rem 0;padding:1.5rem 2rem;background:linear-gradient(135deg,rgb(51 97 104 / .05) 0%,rgb(37 117 252 / .05) 100%);border-left:4px solid #336168;border-radius:0 8px 8px 0;font-style:italic;position:relative}blockquote:before{content:'"';font-size:3rem;color:rgb(51 97 104 / .2);position:absolute;top:.5rem;left:.5rem;font-family:Georgia,serif}blockquote p{margin:0;color:#2d3748;line-height:1.6}blockquote cite{display:block;margin-top:1rem;font-style:normal;font-weight:700;color:#336168;text-align:right;font-size:.9em}table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 5px rgb(0 0 0 / .1)}th,td{padding:1rem;text-align:left;border-bottom:1px solid rgb(51 97 104 / .1)}th{background:linear-gradient(135deg,#336168,#2575fc);color:#fff;font-weight:700}tr:hover{background:rgb(51 97 104 / .05)}.article ul,.article ol,.aside ul,.aside ol{margin:1.5rem 0;padding-left:2rem}.article li,.aside li{margin:.5rem 0;line-height:1.6}.article ul li,.aside ul li{list-style-type:none}.article ol li,.aside ol li{list-style-type:decimal}iframe,video{max-width:100%;border-radius:8px;box-shadow:0 4px 10px rgb(0 0 0 / .1)}.article{min-width:0}.article>*{max-width:100%}@media (max-width:768px){pre{padding:1rem;font-size:.9em}blockquote{padding:1rem 1.5rem;margin:1.5rem 0}blockquote:before{font-size:2rem;top:.3rem;left:.3rem}th,td{padding:.7rem}.article ul,.article ol,.aside ul,.aside ol{padding-left:1.5rem}}@media (max-width:480px){pre{padding:.8rem;font-size:.85em}blockquote{padding:.8rem 1rem;margin:1rem 0}th,td{padding:.5rem;font-size:.9em}.article ul,.article ol,.aside ul,.aside ol{padding-left:1.2rem}.article,.ads,.aside{overflow-wrap:anywhere;word-break:break-word}}a[href^="http"]:not([href*="yourdomain.com"]),a[href^="mailto:"]{word-break:break-all;overflow-wrap:anywhere}::selection{background:rgb(51 97 104 / .3);color:inherit}::-moz-selection{background:rgb(51 97 104 / .3);color:inherit}hr{border:none;height:2px;background:linear-gradient(90deg,transparent,rgb(51 97 104 / .3),transparent);margin:2rem 0}.article h2,.article h3,.article h4{margin:2rem 0 1rem 0;color:#2d3748}.article h2{font-size:1.8rem;border-bottom:2px solid rgb(51 97 104 / .2);padding-bottom:.5rem}.article h3{font-size:1.5rem;color:#336168}.article h4{font-size:1.2rem;color:#4a5568}.widget{background:rgb(255 255 255 / .95);padding:1.5rem;border-radius:12px;margin-bottom:2rem;box-shadow:0 4px 20px rgb(0 0 0 / .08);border:1px solid rgb(51 97 104 / .1);transition:all 0.3s ease}.widget:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgb(0 0 0 / .12)}.widget-title{margin:0 0 1.2rem 0;color:#2d3748;font-size:1.3rem;font-weight:700;text-align:center;padding-bottom:.8rem;position:relative}.widget-title:after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:3px;background:linear-gradient(45deg,#336168,#2575fc);border-radius:2px}.widget ul{list-style:none;padding:0;margin:0}.widget li{padding:.8rem 0;border-bottom:1px solid rgb(51 97 104 / .1);transition:all 0.3s ease}.widget li:last-child{border-bottom:none}.widget li:hover{background:rgb(51 97 104 / .05);padding-left:.5rem}.widget a{color:#4a5568;text-decoration:none;transition:color 0.3s ease;display:block}.widget a:hover{color:#336168}.widget_calendar{overflow:hidden}#wp-calendar{width:100%;border-collapse:collapse;margin:0}#wp-calendar caption{caption-side:top;text-align:center;font-weight:700;color:#2d3748;padding:.8rem;background:linear-gradient(135deg,rgb(51 97 104 / .1) 0%,rgb(37 117 252 / .1) 100%);border-bottom:2px solid #336168}#wp-calendar th{background:rgb(51 97 104 / .15);color:#2d3748;padding:.6rem;text-align:center;font-weight:700;border:1px solid rgb(51 97 104 / .2)}#wp-calendar td{padding:.6rem;text-align:center;border:1px solid rgb(51 97 104 / .1);transition:all 0.3s ease}#wp-calendar td:hover{background:rgb(51 97 104 / .1);transform:scale(1.05)}#wp-calendar td#today{background:linear-gradient(45deg,#336168,#2575fc);color:#fff;font-weight:700}#wp-calendar tfoot td{border:none;padding-top:1rem}#wp-calendar tfoot a{display:inline-block;padding:.4rem 1rem;background:linear-gradient(45deg,#336168,#2575fc);color:#fff;text-decoration:none;border-radius:0;font-size:.9rem;transition:all 0.3s ease}#wp-calendar tfoot a:hover{transform:translateY(-2px);box-shadow:0 4px 10px rgb(0 0 0 / .2)}.footer-widgets{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2rem;padding:0 1rem}.footer-widget-column{min-width:0}.footer-widget{background:rgb(255 255 255 / .1);padding:1.5rem;border-radius:10px;border:1px solid rgb(255 255 255 / .2);backdrop-filter:blur(10px);transition:all 0.3s ease}.footer-widget:hover{background:rgb(255 255 255 / .15);transform:translateY(-5px);box-shadow:0 10px 30px rgb(0 0 0 / .2)}.footer-widget-title{color:#fff;margin:0 0 1rem 0;font-size:1.2rem;text-align:center;position:relative;padding-bottom:.5rem}.footer-widget-title:after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:40px;height:2px;background:#78ffd6}.footer-widget ul{list-style:none;padding:0;margin:0}.footer-widget li{padding:.6rem 0;border-bottom:1px solid rgb(255 255 255 / .1)}.footer-widget li:last-child{border-bottom:none}.footer-widget a{color:rgb(255 255 255 / .9);text-decoration:none;transition:all 0.3s ease;display:block}.footer-widget a:hover{color:#78ffd6;padding-left:.5rem}.post-thumbnail img{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 10px rgb(0 0 0 / .1);transition:all 0.3s ease}.post-thumbnail img:hover{transform:scale(1.02);box-shadow:0 6px 15px rgb(0 0 0 / .15)}@media (max-width:1024px){.footer-widgets{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:768px){.footer-widgets{grid-template-columns:1fr;gap:1rem}.widget{padding:1.2rem;margin-bottom:1.5rem}#wp-calendar td{padding:.4rem}}@media (max-width:480px){.footer-widgets{gap:.8rem}.footer-widget{padding:1rem}.widget{padding:1rem;margin-bottom:1.2rem}.widget-title{font-size:1.1rem}#wp-calendar th,#wp-calendar td{padding:.3rem;font-size:.9rem}}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.footer-widget{animation:fadeInUp 0.6s ease-out}.footer-widget:nth-child(2){animation-delay:0.2s}.footer-widget:nth-child(3){animation-delay:0.4s}.widget{animation:fadeInUp 0.5s ease-out}#wp-calendar{width:100%;max-width:27.5rem;background:#ddd;margin-left:auto;margin-right:auto}#wp-calendar caption{background:#000;color:#fff;padding:.25rem;text-align:center;text-align:center;padding:10px;border-radius:0}#wp-calendar thead tr{border-right:1px solid #ccc}nav.wp-calendar-nav{padding:0;width:100%;color:#fff;background:#232325;text-align:center;padding:10px;border-radius:0}nav.wp-calendar-nav a{color:#fff;padding-left:30px;text-decoration:none}#wp-calendar thead th{font-size:90%;font-weight:700;padding:.25rem;background:#ddd;text-transform:uppercase;text-align:center}#wp-calendar tbody td{position:relative;padding:.125rem;text-align:center;border:1px solid #ddd;background:#fff;color:#232325}#wp-calendar tbody td.pad{opacity:.6}#wp-calendar tbody td#today{font-weight:700}#wp-calendar tbody td#today:after{content:»;position:absolute;top:0;right:0;width:0;height:0;border-top:10px solid #ddd;border-left:10px solid #fff0}#wp-calendar tbody td a{display:block;background:#ddd}#wp-calendar tbody td a:hover{background:#ddd;color:#fff}#wp-calendar tfoot tr{background:gray;border:1px solid #ddd}#wp-calendar tfoot tr td{border:0;padding:0}#wp-calendar tfoot tr a{display:block;padding:.25rem .75rem}#wp-calendar tfoot tr a:hover{background:#fff}.post-thumbnail img{max-width:100%;height:auto;display:block}.article img,.aside img,.widget img{max-width:100%;height:auto;display:block;border-radius:8px;box-shadow:0 4px 10px rgb(0 0 0 / .1);transition:all 0.3s ease}.ads img{max-width:100%;height:auto;display:block;border-radius:0;box-shadow:none}.circle-image{width:150px!important;height:150px!important;border-radius:50%!important;object-fit:cover;box-shadow:0 4px 15px rgb(0 0 0 / .2)}@media (max-width:768px){.circle-image{width:120px!important;height:120px!important}}@media (max-width:480px){.circle-image{width:100px!important;height:100px!important}}.article img,.aside img,.widget img{display:block;max-width:100%;object-fit:cover;box-shadow:0 4px 15px rgb(0 0 0 / .2);transition:all 0.3s ease}