@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Quicksand:wght@400;500;600;700&display=swap');


/* =========================================================
   Cube Blog blocks
========================================================= */

/*
Theme Name: Cube Blog
Description: Used to style Gutenberg Blocks.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Blocks - Common Blocks
2.0 Blocks - Formatting
3.0 Blocks - Layout Elements
4.0 Blocks - Widgets
5.0 Blocks - Color Settings
6.0 Blocks - Text Settings
7.0 Blocks - Editor Max Size

--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 General Block Styles
--------------------------------------------------------------*/

/* Captions */

[class^="wp-block-"]:not(.wp-block-gallery) figcaption {
	font-style: italic;
	margin-bottom: 1.5em;
	text-align: left;
}

.rtl [class^="wp-block-"]:not(.wp-block-gallery) figcaption {
	text-align: right;
}

/*--------------------------------------------------------------
2.0 Blocks - Common Blocks
--------------------------------------------------------------*/

/* Paragraph */

p.has-drop-cap:not(:focus)::first-letter {
	font-size: 5em;
	margin-top: 0.075em;
}

/* Image */

.wp-block-image {
	margin-bottom: 1.5em;
}

.wp-block-image figure {
	margin-bottom: 0;
	margin-top: 0;
}

.wp-block-image figure.alignleft {
	margin-right: 1.5em;
}

.wp-block-image figure.alignright {
	margin-left: 1.5em;
}

/* Gallery */

.wp-block-gallery {
	margin-bottom: 1.5em;
}

.wp-block-gallery figcaption {
	font-style: italic;
}

.wp-block-gallery.aligncenter {
	display: flex;
	margin: 0 -8px;
}

/* Quote */

.wp-block-quote.alignleft p:last-of-type,
.wp-block-quote.alignright p:last-of-type {
	margin-bottom: 0;
}

.wp-block-quote cite {
	color: inherit;
	font-size: inherit;
}

.wp-block-quote,
.wp-block-quote:not(.is-large):not(.is-style-large),
.wp-block-pullquote {
    border-left: 4px solid #aaa;
    padding: 1em;
}

.wp-block-quote.is-large {
    padding: 1em 2em;
}

/* Audio */

.wp-block-audio audio {
	display: block;
	width: 100%;
}

/* Cover */

.wp-block-cover-image.alignright,
.wp-block-cover.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover.alignleft,
.wp-block-cover-image.aligncenter,
.wp-block-cover.aligncenter {
	display: flex;
}

.no-sidebar .wp-block-cover.alignfull,
.no-sidebar .wp-block-image.alignfull,
.no-sidebar .wp-block-gallery.alignfull,
.no-sidebar .wp-block-pullquote.alignfull,
.no-sidebar .wp-block-table.alignfull,
.no-sidebar .wp-block-audio.alignfull,
.no-sidebar .wp-block-categories.alignfull {    
    width: 100vw;
    max-width : 100vw;
    margin-left  : calc( -100vw / 2 + 100% / 2 );
    margin-right : calc( -100vw / 2 + 100% / 2 );
}
.no-sidebar .wp-block-embed.is-type-video.alignfull iframe {    
    width: 100vw !important;
    max-width : 100vw;
    margin-left  : calc( -100vw / 2 + 100% / 2 ) !important;
    margin-right : calc( -100vw / 2 + 100% / 2 ) !important;
}

.no-sidebar .wp-block-image.alignfull figcaption,
.no-sidebar .wp-block-audio.alignfull figcaption {
    text-align: center;
    max-width: 1200px;
    width: 90%;
    padding: 0 15px;
    margin: 5px auto 0;
}

.no-sidebar .wp-block-table.alignfull {
    display: table;
}

.no-sidebar .wp-block-audio.alignfull {
	padding: 0 20px;
}

.no-sidebar .wp-block-categories.alignfull {
    padding: 0 50px;
}

.no-sidebar .wp-block-gallery.alignfull {
    padding: 0 25px;
}

/* File */

.wp-block-file .wp-block-file__button {
	background-color: #222;
	-webkit-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	margin-top: 2em;
	padding: 0.7em 2em;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	white-space: nowrap;
}

.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus {
	background-color: #767676;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Separator */

.wp-block-separator {
	border-color: #eee;
	border: 0;
}
/*--------------------------------------------------------------
3.0 Blocks - Formatting
--------------------------------------------------------------*/

/* Code */

.wp-block-code {
	background: transparent;
	border: 0;
	padding: 0;
}

/* Pullquote */

.wp-block-pullquote {
	border: 0;
	border-top: 4px solid #aaa;
	border-bottom: 4px solid #aaa;
    padding: 1em;
}

.wp-block-pullquote__citation,
.wp-block-pullquote cite {
	font-size: inherit;
	text-transform: none;
}

/* Table */

.wp-block-table thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

.wp-block-table tr {
	border-bottom: 1px solid #eee;
}

.wp-block-table th,
.wp-block-table td {
    border-color: #ccc;
    padding: 15px 25px;
}

.rtl .wp-block-table th,
.rtl .wp-block-table td {
	text-align: right;
}

/*--------------------------------------------------------------
4.0 Blocks - Layout Elements
--------------------------------------------------------------*/

/* Buttons */

.wp-block-button__link {
	padding: 16px 40px;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
	background-color: #26cdff;
    color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Separator */

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100px;
}

/* Media & Text */

.wp-block-media-text {
	margin-bottom: 1.5em;
}

.wp-block-media-text *:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
5.0 Blocks - Widgets
--------------------------------------------------------------*/

/* Archives, Categories & Latest Posts */

.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter,
.wp-block-categories.aligncenter ul {
	list-style-position: inside;
	text-align: center;
}

/* Comments */

.blog:not(.has-sidebar) #primary .wp-block-latest-comments article,
.archive:not(.page-one-column):not(.has-sidebar) #primary .wp-block-latest-comments article,
.search:not(.has-sidebar) #primary .wp-block-latest-comments article {
	float: none;
	width: 100%;
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
	border-radius:8px;
}

.wp-block-latest-comments a {
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);

}

.wp-block-latest-comments__comment-meta {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0.4em;
}

.wp-block-latest-comments__comment-author,
.wp-block-latest-comments__comment-link {
	font-weight: 700;
	text-decoration: none;
}

.wp-block-latest-comments__comment-date {
	color: #767676;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	margin-top: 0.4em;
	text-transform: uppercase;
}

.editor-block-list__block .wp-block-latest-comments__comment-excerpt p {
	font-size: 14px;
	font-size: 0.875rem;
}

/*--------------------------------------------------------------
5.0 Blocks - Color Settings
--------------------------------------------------------------*/

/* Background Color */

.has-blue-background-color {
    background-color: #2c7dfa;
}

.has-green-background-color {
    background-color: #07d79c;
}

.has-orange-background-color {
    background-color: #ff8737;
}

.has-black-background-color {
    background-color: #2f3633;
}

.has-grey-background-color {
    background-color: #82868b;
}

/* Text Color */

.has-blue-color {
    color: #2c7dfa;
}

.has-green-color {
    color: #07d79c;
}

.has-orange-color {
    color: #ff8737;
}

.has-black-color {
    color: #2f3633;
}

.has-grey-color {
    color: #82868b;
}

/*--------------------------------------------------------------
6.0 Blocks - Text Settings
--------------------------------------------------------------*/
.has-larger-font-size {
	font-size: 36px;
    font-size: 2.25rem;
}
.has-huge-font-size {
	font-size: 48px;
    font-size: 3rem;
}
.has-larger-font-size,
.has-huge-font-size {
    line-height: 1.5;
}

@media screen and (max-width: 992px) {
	.has-larger-font-size {
	    font-size: 30px;
	    font-size: 1.875rem;
	}
	.has-huge-font-size {
	    font-size: 38px;
	    font-size: 2.375rem;
	}
}
@media screen and (max-width: 767px) {
	.has-larger-font-size {
	    font-size: 24px;
	    font-size: 1.5rem;
	}
	.has-huge-font-size {
	    font-size: 28px;
	    font-size: 1.75rem;
	}
}
@media screen and (max-width: 567px) {
	.has-larger-font-size,
	.has-huge-font-size {
	    font-size: 16px;
	    font-size: 1rem;
        line-height: 28px;
	}
}

/*--------------------------------------------------------------
7.0 Blocks - Editor Max Size
--------------------------------------------------------------*/
.wp-block {
    max-width: 840px;
}

/* =========================================================
   Cube Blog base
========================================================= */

/*!
Theme Name: Cube Blog
Theme URI: https://www.kantipurthemes.com/downloads/cube-blog
Author: Kantipur Themes
Author URI: https://www.kantipurthemes.com/
Description: Cube Blog is a simple, clean and responsive WordPress blog theme built by Kantipur Themes. This theme is perfect for youtube bloggers, travel blog, food blog, fashion blog and writers who need to create personal blog site with simple creative features and effects to make readers feel the pleasure of reading blog posts and articles.
Version: 1.7
Requires at least: 5.1
Requires PHP: 5.6
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cube-blog
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, one-column, two-columns, custom-header, blog, entertainment, portfolio

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Cube Blog is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	text-decoration: none;
}

.boxed-layout #page,
.frame-layout #page {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}

.frame-layout #page {
	margin: 50px auto;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1.entry-title {
	font-size: 2em;
	margin: 0.67em 0;
}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 34px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 22px;
}

h6 {
	font-size: 16px;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #555;
	font-size: 16px;
	line-height: 28px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 16px;
    line-height: 1.4;
	clear: both;
    word-break: break-word;
	color: #000;
	font-weight: 400;
	font-family: 'Inter', sans-serif !important;
}

p {
	margin: 0 0 1.5em;
}

p:last-child {
	margin: 0;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
    padding: 15px;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #f8f8f8;
    overflow-x: hidden;
	font-family: 'Inter', sans-serif !important;
	text-decoration: none !important;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 0;
    padding-left: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
	display: inline-block;
    vertical-align: middle;
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
  	border-collapse: collapse;
}

table, td, th {  
  border: 1px solid #ddd;
  text-align: left;
}

th, td {
  padding: 15px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn,
.reply a {
	position: relative;
    background-color: transparent;
    font-size: 12px;
    line-height: 42px;
    font-weight: 600;
    color: #f37e7e;
    border: 1px solid #f37e7e;
    text-transform: uppercase;
    letter-spacing: 0.10em;
    display: inline-block;
    vertical-align: middle;
    padding: 11px 18px;
    line-height: 1.3;
    cursor: pointer;
    border-radius:8px;
    text-decoration: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.btn:hover,
.btn:focus,
.reply a:hover,
.reply a:focus {
	background-color: #f37e7e;
    color: #fff;
}

button:active, 
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus,
.wp-block-search__button:focus {
	background-color: #f37e7e;
    color: #fff;
    outline: medium dotted #000;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 8px 12px;
    border-radius:8px;
    display: inline-block;
    vertical-align: middle;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
	outline: medium dotted #000;
	border-color: #f37e7e;
}

select {
	border: 1px solid #ccc;
}

select:focus {
    outline: medium dotted #000;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #f37e7e;
}

a:hover, 
a:focus, 
a:active {
	color: #000;
}

a:focus {
	outline: medium dotted #000;
}

a:hover, 
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Underline Links
--------------------------------------------------------------*/
#masthead a,
#footer-widgets ul li a,
#secondary ul li a {
	text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*#masthead {
    position: relative;
    z-index: 10;
    background-color: #fff;
}*/

#masthead {
    position: relative;
    z-index: 10;
    backdrop-filter: blur(10px);
    background: linear-gradient(
        135deg,
        #1a1a1a 0%,     /* đen than */
        #2b2f33 40%,    /* xám đậm xanh tím */
        #3a4046 100%    /* xám xám tro lạnh */
    );
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.6);
    color: #f5f5f5;
    padding: 0px;
}

/* Tiêu đề và mô tả nổi bật */
#masthead .site-title a,
#masthead .site-description {
    color: #ffd580;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    transition: color 0.3s ease, text-shadow 0.3s ease;
    display: inline-block;
}

/* Hover sinh động */
#masthead .site-title a:hover,
#masthead .site-description:hover {
    color: #ffaf4d;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
    transform: scale(1.03);
}


.site-branding {
    padding: 15px 0;
    text-align: center;
}

.site-branding-logo img {
    max-height: 125px;
    width: auto;
}

.site-title {
    font-size: 28px;
    margin: 0 0 2px;
    line-height: 1.2;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

.site-title a {
	color: #000;
}

.site-title a:hover,
.site-title a:focus {
	color: #f37e7e; 
}

.site-description {
    margin: 0;
    color: #999;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}

.navigation-menu .search-form {
    position: absolute;
    float: right;
    top: 0;
    right: 30px;
}

.navigation-menu .search-form input[type="search"] {
	color: #000;
	width: 100%;
    border: none;
    padding: 17px 55px 17px 10px;
    background-color: transparent;
}

.navigation-menu .search-form .search-submit {
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
}

.navigation-menu .search-form .search-submit svg {
	fill: #000;
}

.navigation-menu .search-form .search-submit:hover svg,
.navigation-menu .search-form .search-submit:focus svg {
	fill: #fff;
}

/*.navigation-menu {
	display: block;
	width: 100%;
	position: relative;
	border-top: 1px solid #eee;
	background: #2F3269;
}*/

.navigation-menu {
    display: block;
    width: 100%;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(90deg, #1e1e2f, #3a3a5a, #1e2f3f); /* tím than – xanh tím than */
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.05);
}

@media (max-width: 768px) {
	.navigation-menu {
		background: transparent;
	}
	}

.navigation-menu ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

ul.nav-menu,
div.nav-menu > ul {
    border-top: 1px solid #eee;
    clear: both;
    padding: 20px;
    display: none;
}

.navigation-menu ul ul {
	display: none;
}

.navigation-menu ul ul {
    padding-left: 20px;
}

.navigation-menu li {
	position: relative;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.navigation-menu a {
	font-size: 14px;
	display: block;
    padding: 10px 0;
    color: #000;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Inter', sans-serif;
}

/*.navigation-menu a {
    color: #f1f1f1;
    padding: 12px 16px;
    display: inline-block;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease;
}*/

.navigation-menu a:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #ffd580; /* đồng bộ màu hover với site title */
    border-radius:8px;
}

.navigation-menu .nav-menu > li:last-child > a {
    border-bottom: none;
}

#site-navigation.navigation-menu .nav-menu > a {
    text-transform: uppercase;
}

.navigation-menu li.current-menu-item > a,
.navigation-menu .nav-menu > li:hover > a,
.navigation-menu .nav-menu > li.focus > a,
.navigation-menu .nav-menu > li > a:hover,
.navigation-menu .nav-menu > li > a:focus {
    color: #f37e7e;
}

.navigation-menu li a svg {
    display: none;
    fill: #949393;
    margin-left: 5px;
}

.navigation-menu a:hover,
.navigation-menu a:focus,
.navigation-menu li:hover > a {
	color: #f37e7e;
}

.navigation-menu .nav-menu > li > a:hover svg,
.navigation-menu .nav-menu > li > a:focus svg,
.navigation-menu .nav-menu > li:hover > a svg {
	fill: #f37e7e;
}

.menu-toggle {
    margin: 0 auto;
    padding: 14px 18px;
    line-height: 28px;
    color: #f1f1f1;
    font-size: 15px;
    font-weight: 600;
    background: linear-gradient(to right, #ff6a7f, #ffaf4d);
    border: none;
    border-radius:8px;
    width: auto;
    position: relative;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background 0.3s ease, color 0.3s ease;
}

.menu-toggle svg {
    fill: #f1f1f1;
    width: 22px;
    height: 22px;
    transition: fill 0.3s ease;
}

.menu-toggle:hover {
    background: linear-gradient(to right, #ffa751, #f50057);
    color: #ffffff;
}

.menu-toggle:hover svg,
.menu-toggle:focus svg {
    fill: #ffffff;
}

.menu-toggle .icon-close,
.menu-toggle.active .icon-bars {
    display: none;
}

.menu-toggle.active .icon-close {
    display: inline-block;
}

.primary-menu-label {
    display: none;
}


/* Nút mở dropdown cho submenu mobile */
.dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius:8px;
    cursor: pointer;
    z-index: 2;
}

.dropdown-toggle svg {
    fill: #ff6a7f;
    width: 18px;
    height: 18px;
    transition: fill 0.3s ease;
}

.dropdown-toggle:hover svg {
    fill: #ffaf4d;
}


svg {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.site-main .comment-navigation, 
.site-main .posts-navigation, 
.site-main .post-navigation {
	margin: 1.5em 0;
    background-color: #fff;
    padding: 15px 25px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.06);
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.site-main .comment-navigation a, 
.site-main .posts-navigation a, 
.site-main .post-navigation a {
	color: #000;
	text-decoration: none;
}

.site-main .comment-navigation a:hover, 
.site-main .posts-navigation a:hover, 
.site-main .post-navigation a:hover,
.site-main .comment-navigation a:focus, 
.site-main .posts-navigation a:focus, 
.site-main .post-navigation a:focus {
	color: #f37e7e;
}

.nav-subtitle {
    display: block;
}

.nav-previous .nav-title-icon-wrapper {
    margin-right: 10px;
}

.nav-next .nav-title-icon-wrapper {
    margin-left: 10px;
}

.navigation.pagination .page-numbers {
    width: 42px;
    height: 42px;
    display: inline-block;
    background: linear-gradient(145deg, #ffffff, #f3f3f3);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius:50%;
    text-align: center;
    line-height: 42px;
    margin: 0 6px 10px 0;
    color: #2a2f33;
    font-weight: 600;
    text-decoration: none;
    font-size: 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.navigation.pagination .page-numbers:hover {
    background: linear-gradient(135deg, #ffd580, #ff9c2a);
    color: #1a1a1a;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.navigation.pagination .page-numbers.current {
    background: #ffaf4d;
    color: #fff;
    font-weight: 700;
    border-color: transparent;
    box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
}


.navigation.pagination .page-numbers.prev svg,
.navigation.pagination .page-numbers.next svg {
	position: relative;
	top: -2px;
}

.navigation.pagination .page-numbers.current,
.navigation.pagination .page-numbers:hover,
.navigation.pagination .page-numbers:focus {
    background-color: #f37e7e;
    border-color: #f37e7e;
    color: #fff;
}

.navigation.pagination .page-numbers.prev:hover svg,
.navigation.pagination .page-numbers.next:hover svg,
.navigation.pagination .page-numbers.prev:focus svg,
.navigation.pagination .page-numbers.next:focus svg {
	fill: #fff;
}

.post-navigation .nav-previous a:hover svg,
.post-navigation .nav-previous a:focus svg,
.post-navigation .nav-next a:hover svg,
.post-navigation .nav-next a:focus svg {
    fill: #f37e7e;
}

.navigation.pagination {
    margin-top: 50px;
    text-align: center;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius:8px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.container:before,
.container:after,
.site-main .comment-navigation:before, 
.site-main .posts-navigation:before, 
.site-main .post-navigation:before,
.site-main .comment-navigation:after, 
.site-main .posts-navigation:after, 
.site-main .post-navigation:after,
.blog-archive:before,
.blog-archive:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.container:before,
.container:after,
.site-main .comment-navigation:before, 
.site-main .posts-navigation:before, 
.site-main .post-navigation:before,
.site-main .comment-navigation:after, 
.site-main .posts-navigation:after, 
.site-main .post-navigation:after,
.blog-archive:before,
.blog-archive:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	position: relative;
	margin: 0 0 20px;
	/* Make sure select elements fit in widgets. */
}

.widget:last-child {
	margin-bottom: 0;
}

.widget select {
	max-width: 100%;
	width: 100%;
	padding: 10px;
}

.widget_search form.search-form {
    position: relative;
}

.widget_search input[type="search"] {
	width: 75%;
}

.widget_search input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 8px 15px;
    background-color: #f37e7e;
    color: #fff;
    line-height: 28px;
    font-size: 12px;
}

.widget_search input[type="submit"]:hover,
.widget_search input[type="submit"]:focus {
    border-color: #444;
    background-color: #444;
	color: #fff;
}

#secondary .widget_block {
	background-color: #fff;
	padding: 20px;
    box-shadow: 0 0 2px rgba(0,0,0,0.06);
}

#secondary .widget_search input[type="search"] {
	background-color: #f6f6f6;
}

#secondary .widget_block > h1,
#secondary .widget_block > h2,
#secondary .widget_block > h3,
#secondary .widget_block > h4,
#secondary .widget_block > h5,
#secondary .widget_block > h6,
#secondary .wp-block-group__inner-container > h1,
#secondary .wp-block-group__inner-container > h2,
#secondary .wp-block-group__inner-container > h3,
#secondary .wp-block-group__inner-container > h4,
#secondary .wp-block-group__inner-container > h5,
#secondary .wp-block-group__inner-container > h6,
#secondary .wp-block-search .wp-block-search__label {
    font-size: 14px;
    margin: 0;
    color: #333;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#secondary .wp-block-group__inner-container > h1,
#secondary .wp-block-group__inner-container > h2,
#secondary .wp-block-group__inner-container > h3,
#secondary .wp-block-group__inner-container > h4,
#secondary .wp-block-group__inner-container > h5,
#secondary .wp-block-group__inner-container > h6 {
	margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ddd;
}

#secondary ol.wp-block-latest-comments {
	padding-left: 0;
}

.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget ul ul {
    padding-left: 1em;
}

.has-sidebar #secondary {
	background: #F0F0F0;
	padding: 8px;
}

#secondary ul li,
#footer-widgets ul li {
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: background 0.3s ease;
    position: relative;
    padding-left: 20px;
}

#secondary ul li:last-child,
#footer-widgets ul li:last-child {
    border-bottom: none;
}

#secondary ul li a,
#footer-widgets ul li a {
    display: inline-block;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
    transition: color 0.3s ease;
}

#secondary ul li a:hover,
#footer-widgets ul li a:hover {
    color: #ffd580;
}

#secondary ul li::before,
#footer-widgets ul li::before {
    content: "›";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #ffaf4d;
    font-size: 16px;
    font-weight: bold;
    transition: transform 0.3s ease;
}

#secondary ul li:hover::before,
#footer-widgets ul li:hover::before {
    transform: translateY(-50%) translateX(3px);
}


.wp-block-tag-cloud a {
    display: inline-block;
    font-size: 14px !important;
    margin: 0 10px 10px 0;
    color: #333 !important;
    border: 1px solid #ddd;
    text-decoration: none;
    padding: 5px 10px;
    line-height: 1;
    border-radius:8px;
}

.wp-block-tag-cloud a:hover,
.wp-block-tag-cloud a:focus {
    color: #fff !important;
    background-color: #f37e7e;
    border-color: #f37e7e;
}

#colophon .wp-block-tag-cloud a {
	color: #fff !important;
}

.wp-block-search__button {
    background-color: #f37e7e;
    line-height: 1;
    padding: 0;
    height: auto;
    border: none;
    color: #fff;
    padding: 5px 15px;
}

.wp-block-search__button:hover,
.wp-block-search__button:focus {
	background-color: #333;
}

.widget_recent_entries span {
    display: block;
}

.wp-block-latest-comments__comment-author, 
.wp-block-latest-comments__comment-link {
	font-weight: 400;
}

.comment-metadata a,
.fn a {
    text-decoration: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.error404 #primary,
.has-sidebar.error404 #primary {
    width: 100%;
    float: none;
    padding: 0;
    text-align: center;
}

.error-404.not-found .title {
    font-size: 150px;
    font-weight: bold;
    line-height: 1;
    color: #f37e7e;
}

.error-404.not-found input.search-field {
    min-width: 300px;
    display: block;
    margin: 0 auto 20px;
}

.has-sidebar.no-sidebar #primary {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.has-sidebar.no-sidebar #secondary {
    display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    width: 100%;
}

.comment-form input[type="checkbox"] {
	margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.comments-title,
.comment-reply-title {
    font-size: 32px;
    font-weight: 600;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}

.comments-title {
    margin-bottom: 25px;
}

.comment-author.vcard img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    float: left;
    border-radius:50%;
    object-fit: cover;
}

#comments > ol.comment-list {
    margin-left: 0;
    padding-left: 0;
}

#comments ol.comment-list {
	list-style: none;
}

#comments ol.comment-list article {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.comment-content {
    display: table-cell;
}

.reply {
    margin: 10px 0 0;
    text-align: right;    
}

.form-submit {
    margin-bottom: 0;
}

.has-sidebar #primary {
    margin-bottom: 50px;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin: -5px;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 5px;
	margin: 0;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.columns-1,
.columns-2,
.columns-3,
.columns-4,
.columns-5 {
	margin: 0 -10px;
}

.columns-1 article,
.columns-2 article,
.columns-3 article,
.columns-4 article,
.columns-5 article {
	padding: 0 10px;
	margin-bottom: 20px;
}

/*--------------------------------------------------------------
## Container
--------------------------------------------------------------*/
.container {
	width: 90%;
	max-width: 1230px;
	margin: 0 auto;
}

#content-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
}

/*--------------------------------------------------------------
# Custom Header
--------------------------------------------------------------*/
#wp-custom-header {
    text-align: center;
}

.custom-header-media {
    position: relative;
}

#wp-custom-header img {
	width: 100%;
}

.home.has-header-video #wp-custom-header {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.home.has-header-video #wp-custom-header video,
.home.has-header-video #wp-custom-header iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#wp-custom-header-video-button {
    position: absolute;
    top: 50%;
    left: 25px;
    width: 50px;
    height: 50px;
    text-align: center;
    border-color: #fff;
    border-radius:8px;
    white-space: nowrap;
    overflow: hidden;
    background-color: #fff;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#wp-custom-header-video-button:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #f37e7e;
    display: inline-block;
    margin-left: 2px;
    margin-top: 4px;
}

#wp-custom-header-video-button.wp-custom-header-video-pause:before {
	opacity: 0;
	visibility: hidden;
}

#wp-custom-header-video-button.wp-custom-header-video-pause:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 20px;
    background: #f37e7e;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 14px;
    border-left: 5px solid #f37e7e;
    box-shadow: inset 5px 0 0 0 #fff;
}

.page-header {
    margin-bottom: 25px;
    text-align: center;
}

.page-title {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 32px;
}

.home .page-header, 
.blog .page-header {
    display: none;
}

.search-no-results .blog-archive.grid.columns-5.clear {
    height: auto !important;
}

.no-results.not-found {
    text-align: center;
}

/*--------------------------------------------------------------
# Blog / Archive Posts
--------------------------------------------------------------*/
.blog-archive article {
	width: 100%;
}

.post-thumbnail-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.entry-title {
    font-weight: 500;
    margin-bottom: 7px;
    font-size: 20px;
}

.blog-archive .entry-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.posted-on a {
    color: #717e81;
}

.single .blog-post-item .featured-image {
	margin-bottom: 25px;
}

.blog-post-item .featured-image img {
	width: 100%;
}

.entry-title a,
.comments-link a {
    color: #000;
    text-decoration: none;
}

.category-meta {
    display: block;
    margin-bottom: 5px;
}

.disable-post-category .blog-archive .cat-links,
.disable-post-author .blog-archive .byline,
.disable-post-date .blog-archive .posted-on {
    display: none;
}

.cat-links a {
    position: relative;
    visibility: visible;
    display: inline-block;
    line-height: 1.3;
    color: #f37e7e;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}

.cat-links a:hover,
.cat-links a:focus {
	color: #000;
}

.entry-title a:hover,
.entry-title a:focus,
.posted-on a:hover,
.posted-on a:focus,
.comments-link a:hover,
.comments-link a:focus {
    color: #f37e7e;
}

.blog-archive.grid.columns-5 article {
    margin-bottom: 20px;
}

.blog-archive article:last-child {
    margin-bottom: 0;
}

.featured-image {
    position: relative;
	overflow: hidden !important;
}

/*body:not(.single) .blog-archive article:not(.has-post-thumbnail) .featured-image {
	display: none;
}*/

.blog-archive .featured-image {
	margin-bottom: 20px;
}

.blog-post-item {
    padding: 20px;
    background-color: #fff;
    height: 100%;
    border: 2px solid #272424;
    filter: drop-shadow(4px 4px 0 #3a3333);
}

.blog-post-item .entry-title {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 400;
}

.blog-post-item .entry-content {
	margin-bottom: 15px;
}

.single-page-wrapper .entry-content {
    padding: 30px;
    background-color: #fff;
}

.single-post-wrap .blog-post-item .entry-title {
    font-size: 22px;
    margin: 0 0 20px;
}

.blog-archive .cat-links a:before {
	display: none;
}

.blog-archive .cat-links,
.blog-archive .posted-on {
	margin-bottom: 10px;
    display: inline-block;
}

.blog-archive .posted-on {
	margin-bottom: 15px;
	font-size: 15px;
}

.blog-archive .cat-links a,
.blog-archive .posted-on a:hover,
.blog-archive .byline a:hover,
.blog-archive .posted-on a:focus,
.blog-archive .byline a:focus {
	color: #f37e7e;
}

.blog-archive .cat-links a:hover,
.blog-archive .cat-links a:focus {
	color: #000;
}

.blog-archive .byline {
    margin-right: 10px;
    border-right: 1px solid #bbb;
    padding-right: 10px;
}

.blog-archive .posted-on a,
.blog-archive .byline a {
	text-decoration: none;
	color: #999;
}

.blog-post-item .entry-meta a {
    color: #999;
    text-decoration: none;
    line-height: 1.2;
}

.blog-post-item .entry-meta a:hover,
.blog-post-item .entry-meta a:focus {
	color: #f37e7e;
}

.blog-post-item .entry-meta > span:not(:last-child) {
	margin-right: 15px;
}

.single .blog-post-item .entry-meta > span:not(:last-child) {
	margin-right: 0;
}

.single .entry-meta .byline,
.single .entry-footer .comments-link {
	display: none;
}

.single .entry-footer .tags-links a {

}

.posted-on {
    color: #666;
	font-size: 14px;
    visibility: blocked;
}

.posted-on a {
	visibility: visible;
}

.byline a:focus:before {
	opacity: 1;
}

.read-more a {
	text-decoration: none;
}

/*--------------------------------------------------------------
# Single Posts
--------------------------------------------------------------*/
.single .entry-footer .tags-links {
	display: block;
}


.single .entry-footer .tags-links a {
  display: inline-block;
  color: #2a2f33;
  background: linear-gradient(135deg, #ffd580, #ffaf4d);
  border: none;
  text-decoration: none;
  padding: 6px 14px;
  margin: 0 6px 6px 0;
  line-height: 1.5;
  border-radius:8px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}

.single .entry-footer .tags-links a:hover {
  background: linear-gradient(135deg, #bcd2dd, #a7c4d5);
  color: #1e1e1e !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}


.logged-in-as a {
    color: #000;
    text-decoration: none;
}

.single-post-wrap .entry-footer .tags-links a:hover,
.single-post-wrap .entry-footer .tags-links a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus {
	color: #f37e7e;
}

.single .entry-footer > span {
	display: block;
}

.single .entry-footer .cat-links {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 600;
  color: #444;
}

.single .entry-footer .cat-links a {
  display: inline-block;
  background-color: #f0f0f0;
  color: #0073aa;
  text-decoration: none;
  padding: 6px 12px;
  margin: 0 6px 6px 0;
  border-radius:8px;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}

.single .entry-footer .cat-links a:hover {
  background-color: #0073aa;
  color: #fff;
  transform: translateY(-2px);
}


.single .blog-post-item .entry-meta {
    display: block;
    margin-bottom: 15px;
}

.single .blog-post-item .entry-content {
    margin-bottom: 20px;
}

.single .blog-post-item .entry-footer {
    margin-bottom: 0;
    background-color: #fff;
    margin-top: 15px;
}

.entry h2.thongtincoban {
	text-align: center;
  padding: 5px;
	color:#004bb5;
	font-weight:bold;
}
.entry h2.thongtinhinhanh {
	text-align: center;
  padding: 5px;
	color:#FF0000;
	font-weight:bold;
}
.btc_getnumber, .depositusdt {
	color: #ffffff;
  	background-color: #ed2390;
	border-radius:8px;
	padding: 8px 40px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 10px;
	position: relative;
	font-weight: 700;
	margin-bottom: 12px;
	line-height: inherit;
	border:0;
}
.btc_getnumber:hover, .depositusdt:hover {
  background-color: #262626;
	color: #ffffff;
}


/* Tổng thể bảng */
table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  font-family: 'Inter', sans-serif !important;
}

/* Cột đầu tiên */
table td:first-child {
  font-weight: bold;
  background-color: #f8f9fa;
  padding: 12px 15px;
  color: #333;
  width: 150px;
  border-right: 2px solid #eee;
}

/* Cột thứ hai */
table td {
  padding: 12px 15px;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
}

/* Link Giới thiệu chi tiết */
.gioi-thieu .chitiet {
  display: inline-block;
  background: linear-gradient(135deg, #4a90e2, #007aff);
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius:8px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 122, 255, 0.3);
}

.gioi-thieu .chitiet:hover {
  background: linear-gradient(135deg, #007aff, #004dbf);
  box-shadow: 0 6px 12px rgba(0, 80, 180, 0.4);
  transform: scale(1.03);
}

/* Link Lấy số điện thoại */
.callme {
	font-weight: bold;
	text-decoration: none !important;
}

.callme a {
	font-weight: bold;
	text-decoration: none !important;
    color: #f379be;
}

.callme .getnumber {
  display: inline-block;
  background: linear-gradient(135deg, #ff416c, #ff4b2b);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius:8px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(255, 65, 108, 0.4);
}

.callme .getnumber:hover {
  background: linear-gradient(135deg, #e60039, #bf0026);
  box-shadow: 0 6px 12px rgba(200, 0, 50, 0.5);
  transform: scale(1.05);
}

/* Icon trước chữ */
.callme i, .gioi-thieu i {
  margin-right: 8px;
}


/*--------------------------------------------------------------
# Footer Widgets
--------------------------------------------------------------*/
#colophon {
    background-color: #1d2024;
}

#footer-widgets {
    padding-top: 60px;
    padding-bottom: 60px;
}

#footer-widgets h1,
#footer-widgets h2,
#footer-widgets h3,
#footer-widgets h4,
#footer-widgets h5,
#footer-widgets h6 {
	color: #fff;
    font-size: 24px;
    margin-bottom: 0;
}

#footer-widgets .widget-area {
	margin: 0 -30px;
}

#footer-widgets .widget-column {
    padding: 0 30px;
    margin-bottom: 30px;
}

#footer-widgets .widget-column:last-child {
	margin-bottom: 0;
}

#footer-widgets .widget-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.05em;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    padding-bottom: 20px;
}

#secondary .widget-title {
    position: relative;
    background: linear-gradient(135deg, #1e1e2f, #3a3a52); /* Gradient tone tối sang trọng */
    color: #ffffff;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: left;
    padding: 12px 32px 12px 48px;
    margin-bottom: 30px;
    clip-path: polygon(0 0, calc(100% - 32px) 0, 100% 100%, 0% 100%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    border-left: 6px solid #00ffc3aa;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* Biểu tượng phát sáng */
#secondary .widget-title::before {
    content: "✦";
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #00ffc3;
    text-shadow: 0 0 6px #00ffc3, 0 0 12px #00ffc3;
    animation: pulse-glow 2s infinite ease-in-out;
}

/* Góc tam giác cắt 45 độ phía sau */
#secondary .widget-title::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 100%;
    background: linear-gradient(135deg, #00ffc3, transparent);
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    opacity: 0.25;
}

/* Hiệu ứng phát sáng icon */
@keyframes pulse-glow {
  0% {
    text-shadow: 0 0 6px #00ffc3, 0 0 12px #00ffc3;
  }
  50% {
    text-shadow: 0 0 12px #00ffc3, 0 0 24px #00ffc3;
  }
  100% {
    text-shadow: 0 0 6px #00ffc3, 0 0 12px #00ffc3;
  }
}




#colophon, 
#colophon a {
    color: #ccc;
}

#colophon a:hover,
#colophon a:focus {
	color: #f37e7e;
}

#colophon .tagcloud a {
    border-color: rgba(255, 255, 255, 0.10);
    color: #ccc !important;
}

#colophon .tagcloud a:hover,
#colophon .tagcloud a:focus {
	color: #fff !important;
}

.site-info {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 15px 0;
    text-align: left;
	font-family: 'Inter', sans-serif;
}




/*--------------------------------------------------------------
# Typography Options
--------------------------------------------------------------*/
.header-font-1 h1,
.header-font-1 h2,
.header-font-1 h3,
.header-font-1 h4,
.header-font-1 h5,
.header-font-1 h6 {
    font-family: 'Inter', sans-serif;
}

.header-font-2 h1,
.header-font-2 h2,
.header-font-2 h3,
.header-font-2 h4,
.header-font-2 h5,
.header-font-2 h6 {
    font-family: 'Inter', sans-serif;
}

.header-font-3 h1,
.header-font-3 h2,
.header-font-3 h3,
.header-font-3 h4,
.header-font-3 h5,
.header-font-3 h6 {
    font-family: 'Inter', sans-serif;
}

.header-font-4 h1,
.header-font-4 h2,
.header-font-4 h3,
.header-font-4 h4,
.header-font-4 h5,
.header-font-4 h6 {
    font-family: 'Inter', sans-serif;
}

.header-font-5 h1,
.header-font-5 h2,
.header-font-5 h3,
.header-font-5 h4,
.header-font-5 h5,
.header-font-5 h6 {
    font-family: 'Inter', sans-serif;
}

.header-font-6 h1,
.header-font-6 h2,
.header-font-6 h3,
.header-font-6 h4,
.header-font-6 h5,
.header-font-6 h6 {
    font-family: 'Inter', sans-serif;
}

.header-font-7 h1,
.header-font-7 h2,
.header-font-7 h3,
.header-font-7 h4,
.header-font-7 h5,
.header-font-7 h6 {
    font-family: 'Inter', sans-serif;
}

.header-font-8 h1,
.header-font-8 h2,
.header-font-8 h3,
.header-font-8 h4,
.header-font-8 h5,
.header-font-8 h6 {
    font-family: 'Inter', sans-serif;
}

.header-font-9 h1,
.header-font-9 h2,
.header-font-9 h3,
.header-font-9 h4,
.header-font-9 h5,
.header-font-9 h6 {
    font-family: 'Inter', sans-serif;
}

.header-font-10 h1,
.header-font-10 h2,
.header-font-10 h3,
.header-font-10 h4,
.header-font-10 h5,
.header-font-10 h6 {
    font-family: 'Inter', sans-serif;
}

.header-font-11 h1,
.header-font-11 h2,
.header-font-11 h3,
.header-font-11 h4,
.header-font-11 h5,
.header-font-11 h6 {
    font-family: 'Inter', sans-serif;
}

.header-font-12 h1,
.header-font-12 h2,
.header-font-12 h3,
.header-font-12 h4,
.header-font-12 h5,
.header-font-12 h6 {
    font-family: 'Inter', sans-serif;
}

.header-font-13 h1,
.header-font-13 h2,
.header-font-13 h3,
.header-font-13 h4,
.header-font-13 h5,
.header-font-13 h6 {
    font-family: 'Inter', sans-serif;
}

.header-font-14 h1,
.header-font-14 h2,
.header-font-14 h3,
.header-font-14 h4,
.header-font-14 h5,
.header-font-14 h6 {
    font-family: 'Inter', sans-serif;
}

.header-font-15 h1,
.header-font-15 h2,
.header-font-15 h3,
.header-font-15 h4,
.header-font-15 h5,
.header-font-15 h6 {
    font-family: 'Inter', sans-serif;
}

.header-font-16 h1,
.header-font-16 h2,
.header-font-16 h3,
.header-font-16 h4,
.header-font-16 h5,
.header-font-16 h6 {
    font-family: 'Inter', sans-serif;
}

.header-font-17 h1,
.header-font-17 h2,
.header-font-17 h3,
.header-font-17 h4,
.header-font-17 h5,
.header-font-17 h6 {
    font-family: 'Inter', sans-serif;
}

.header-font-18 h1,
.header-font-18 h2,
.header-font-18 h3,
.header-font-18 h4,
.header-font-18 h5,
.header-font-18 h6 {
    font-family: 'Inter', sans-serif;
}

.body-font-1 {
    font-family: 'Inter', sans-serif;
}

.body-font-2  {
    font-family: 'Inter', sans-serif;
}

.body-font-3 {
    font-family: 'Inter', sans-serif;
}

.body-font-4 {
    font-family: 'Inter', sans-serif;
}

.body-font-5 {
    font-family: 'Inter', sans-serif;
}

.body-font-6 {
    font-family: 'Inter', sans-serif;
}

.body-font-7 {
    font-family: 'Inter', sans-serif;
}

.body-font-8 {
    font-family: 'Inter', sans-serif;
}

.body-font-9 {
    font-family: 'Inter', sans-serif;
}

.body-font-10 {
    font-family: 'Inter', sans-serif;
}

.body-font-11 {
    font-family: 'Inter', sans-serif;
}

.body-font-12 {
    font-family: 'Inter', sans-serif;
}

.body-font-13 {
    font-family: 'Inter', sans-serif;
}

.body-font-14 {
    font-family: 'Inter', sans-serif;
}

.body-font-15 {
    font-family: 'Inter', sans-serif;
}

.body-font-16 {
    font-family: 'Inter', sans-serif;
}

.body-font-17 {
    font-family: 'Inter', sans-serif;
}

.body-font-18 {
    font-family: 'Inter', sans-serif;
}

.site-title-font-1 .site-title,
.site-title-font-1 .site-description {
    font-family: 'Inter', sans-serif;
}

.site-title-font-2 .site-title,
.site-title-font-2 .site-description {
    font-family: 'Inter', sans-serif;
}

.site-title-font-3 .site-title,
.site-title-font-3 .site-description {
    font-family: 'Inter', sans-serif;
}

.site-title-font-4 .site-title,
.site-title-font-4 .site-description {
    font-family: 'Inter', sans-serif;
}

.site-title-font-5 .site-title,
.site-title-font-5 .site-description {
    font-family: 'Inter', sans-serif;
}

.site-title-font-6 .site-title,
.site-title-font-6 .site-description {
    font-family: 'Inter', sans-serif;
}

.site-title-font-7 .site-title,
.site-title-font-7 .site-description {
    font-family: 'Inter', sans-serif;
}

.site-title-font-8 .site-title,
.site-title-font-8 .site-description {
    font-family: 'Inter', sans-serif;
}

.site-title-font-9 .site-title,
.site-title-font-9 .site-description {
    font-family: 'Inter', sans-serif;
}

.site-title-font-10 .site-title,
.site-title-font-10 .site-description {
    font-family: 'Inter', sans-serif;
}

.site-title-font-11 .site-title,
.site-title-font-11 .site-description {
    font-family: 'Inter', sans-serif;
}

.site-title-font-12 .site-title,
.site-title-font-12 .site-description {
    font-family: 'Inter', sans-serif;
}

.site-title-font-13 .site-title,
.site-title-font-13 .site-description {
    font-family: 'Inter', sans-serif;
}

.site-title-font-14 .site-title,
.site-title-font-14 .site-description {
    font-family: 'Inter', sans-serif;
}

.site-title-font-15 .site-title,
.site-title-font-15 .site-description {
    font-family: 'Inter', sans-serif;
}

.site-title-font-16 .site-title,
.site-title-font-16 .site-description {
    font-family: 'Inter', sans-serif;
}

.site-title-font-17 .site-title,
.site-title-font-17 .site-description {
    font-family: 'Inter', sans-serif;
}

.site-title-font-18 .site-title,
.site-title-font-18 .site-description {
    font-family: 'Inter', sans-serif;
}

.menu-font-1 .navigation-menu a {
    font-family: 'Inter', sans-serif;
}

.menu-font-2 .navigation-menu a {
    font-family: 'Inter', sans-serif;
}

.menu-font-3 .navigation-menu a {
    font-family: 'Inter', sans-serif;
}

.menu-font-4 .navigation-menu a {
    font-family: 'Inter', sans-serif;
}

.menu-font-5 .navigation-menu a {
    font-family: 'Inter', sans-serif;
}

.menu-font-6 .navigation-menu a {
    font-family: 'Inter', sans-serif;
}

.menu-font-7 .navigation-menu a {
    font-family: 'Inter', sans-serif;
}

.menu-font-8 .navigation-menu a {
    font-family: 'Inter', sans-serif;
}

.menu-font-9 .navigation-menu a {
    font-family: 'Inter', sans-serif;
}

.menu-font-10 .navigation-menu a {
    font-family: 'Inter', sans-serif;
}

.menu-font-11 .navigation-menu a {
    font-family: 'Inter', sans-serif;
}

.menu-font-12 .navigation-menu a {
    font-family: 'Inter', sans-serif;
}

.menu-font-13 .navigation-menu a {
    font-family: 'Inter', sans-serif;
}

.menu-font-14 .navigation-menu a {
    font-family: 'Inter', sans-serif;
}

.menu-font-15 .navigation-menu a {
    font-family: 'Inter', sans-serif;
}

.menu-font-16 .navigation-menu a {
    font-family: 'Inter', sans-serif;
}

.menu-font-17 .navigation-menu a {
    font-family: 'Inter', sans-serif;
}

.menu-font-18 .navigation-menu a {
    font-family: 'Inter', sans-serif;
}

/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/
@media screen and (min-width: 567px) {
	.columns-2,
	.columns-3,
	.columns-4,
	.columns-5 {
		display: flex;
		flex-wrap: wrap;
	}

	.columns-2 article,
	.columns-3 article,
	.columns-4 article,
	.columns-5 article {
		width: 50%;
		float: left;
	}

	.columns-2 article:nth-child(2n+1),
	.columns-3 article:nth-child(2n+1),
	.columns-4 article:nth-child(2n+1),
	.columns-5 article:nth-child(2n+1) {
		clear: left;
	}

	.primary-menu-label {
	    display: inline-block;
	    vertical-align: middle;
	}

	.error-404.not-found input.search-field {
	    min-width: 450px;
	}
}

@media screen and (min-width: 767px) {
	.columns-3 article,
	.columns-5 article {
		width: 33.33%;
	}

	.columns-3 article:nth-child(2n+1),
	.columns-5 article:nth-child(2n+1) {
		clear: none;
	}

	.columns-3 article:nth-child(3n+1),
	.columns-5 article:nth-child(3n+1) {
		clear: left;
	}

	.site-description:before,
	.site-description:after {
	    content: "";
	    background-color: #999;
	    width: 35px;
	    height: 1px;
	    display: inline-block;
	    vertical-align: middle;
	    margin-right: 15px;
	}

	.site-description:after {
		margin-left: 15px;
		margin-right: 0;
	}

	.blog-archive.columns-1 .blog-post-item .entry-title {
		font-size: 32px;
	}

	.single-post-wrap .blog-post-item .entry-title {
	    font-size: 40px;
	}

	.widget_latest_posts .widget-header {
		margin-bottom: 70px;
	}

	.single .blog-post-item .entry-footer {
	    display: block;
	    align-items: center;
	    justify-content: space-between;
	}

	.single .blog-post-item .entry-footer .cat-links {
		display: block;
	}

	.single .entry-footer .cat-links {
	    margin-bottom: 0;
	}

	#footer-widgets .widget-column {
	    text-align: left;
	    margin-bottom: 0;
	    width: 33.33%;
	    float: left;
	}

	#footer-widgets .widget-title:after {
	    left: 0;
	    transform: none;
	}
}

@media screen and (min-width: 992px) {
	.columns-4 article {
		width: 25%;
	}

	.columns-4 article:nth-child(2n+1) {
		clear: none;
	}

	.columns-4 article:nth-child(4n+1) {
		clear: left;
	}
}

@media screen and (min-width: 1024px) {
	.columns-5 article {
		width: 20%;
	}

	.columns-5 article:nth-child(3n+1) {
		clear: none;
	}

	.columns-5 article:nth-child(5n+1) {
		clear: left;
	}

	.navigation-menu .search-form {
		position: relative;
		top: 1px;
		right: 0;
	}

	.navigation-menu .search-form .search-submit {
		top: 0;
	}

	.menu-sticky #masthead {
	    position: sticky;
	    top: 0;
	}

	.menu-sticky.customize-support #masthead {
		top: 32px;
	}

	.navigation-menu {
		width: auto;
	}

	.navigation-menu ul,
	.navigation-menu .nav-menu ul {
		display: block;
	}

	.navigation-menu li a svg,
	.nav-menu > li,
	.navigation-menu li {
		display: inline-block;
	}

	.navigation-menu a {
		padding: 8px 16px;
	}

	.nav-menu ul.sub-menu,
	.nav-menu ul.children {
	    background-color: #fff;
	}

	.navigation-menu ul ul {
	    padding-left: 0;
	}

	.navigation-menu ul ul ul {
		-webkit-transform: translateX(-20px) translateZ(0);
	    -moz-transform: translateX(-20px) translateZ(0);
	    transform: translateX(-20px) translateZ(0);
	    -webkit-transition: -webkit-transform .05s .3s,opacity .3s ease-out;
	    transition: transform .05s .3s,opacity .3s ease-out;
	    visibility: hidden;
	}

	.navigation-menu ul ul li:hover > ul,
	.navigation-menu ul ul li.focus > ul {
		opacity: 1;
	    -webkit-transform: translateX(0) translateZ(0);
	    -moz-transform: translateX(0) translateZ(0);
	    transform: translateX(0) translateZ(0);
	    -webkit-transition: -webkit-transform .3s ease-out,opacity .3s ease;
	    transition: transform .3s ease-out,opacity .3s ease;
	    visibility: visible;
	}	

	.navigation-menu ul ul svg {
	    position: absolute;
	    top: 50%;
	    right: 10px;
	    -webkit-transform: translateY(-50%) rotate(-90deg);
	    -moz-transform: translateY(-50%) rotate(-90deg);
	    -ms-transform: translateY(-50%) rotate(-90deg);
	    -o-transform: translateY(-50%) rotate(-90deg);
	    transform: translateY(-50%) rotate(-90deg);
	}

	.navigation-menu ul ul li:last-child > a {
		border-bottom: none;
	}

	.navigation-menu .nav-menu > li > a,
	.navigation-menu .nav-menu > ul > li > a {
	    padding: 10px 15px;
	    line-height: 40px;
        border-bottom: none;
		color: #FFFFFF;
	}

	.navigation-menu a {
		border-bottom: none;
	}

	.navigation-menu li.current-menu-item > a {
	    color: #FFFFFF !important;
	}

	.navigation-menu ul ul a {
	    border-bottom: 1px solid #eee;
	}

	.navigation-menu .nav-menu > li:hover > a:after,
	.navigation-menu .nav-menu > li.focus > a:after {
		opacity: 1;
	}

	.navigation-menu li.current-menu-item > a,
	.navigation-menu .nav-menu > li:hover > a,
	.navigation-menu .nav-menu > li.focus > a,
	.navigation-menu .nav-menu > li > a:hover,
	.navigation-menu .nav-menu > li > a:focus {
	    color: #FFF !important;
		font-weight: bold;
		background: #111;
	}

	.navigation-menu .nav-menu > li:hover {
		border-right-color: #f37e7e;
	}

	.navigation-menu .nav-menu > li.current-menu-item {
	    border-right-color: #f37e7e;
	}

	.navigation-menu ul ul {
		float: left;
		position: absolute;
		top: 100%;
		left: -999em;
		z-index: 10;
		-webkit-transition: opacity 0.2s ease-out;
	    -moz-transition: opacity 0.2s ease-out;
	    -ms-transition: opacity 0.2s ease-out;
	    -o-transition: opacity 0.2s ease-out;
	    transition: opacity 0.2s ease-out;
	}

	.navigation-menu .nav-menu ul.sub-menu,
	.navigation-menu .nav-menu ul.children {
        box-shadow: 0 10px 25px rgb(0 0 0 / 15%);
	}

	.navigation-menu .nav-menu li:hover ul,
	.navigation-menu .nav-menu li.focus ul {
		display: block !important;
	}

	.navigation-menu ul ul ul {
		left: -999em;
		top: 0;
	}

	.navigation-menu ul ul li:hover > ul,
	.navigation-menu ul ul li.focus > ul {
		left: 100%;
	}

	.navigation-menu ul ul a {
		width: 256px;
	    padding: 8px 30px 8px 15px;
	}

	.navigation-menu ul li:hover > ul,
	.navigation-menu ul li.focus > ul {
		right: auto;
    	left: 0;
	}

	.nav-menu button.dropdown-toggle,
	.menu-toggle {
	    display: none;
	}

	#masthead .nav-menu,
	#masthead .nav-menu > ul {
	    border-top: none;
        display: block !important;
        text-align: center;
        padding: 0;
	}

	/* Sub menu */
    #masthead .nav-menu ul.sub-menu {
        text-align: left;
        background-color: #fff;
        border-top: 2px solid #f37e7e;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border-radius:8px;
        overflow: hidden;
        padding: 0;
    }

    #masthead .nav-menu ul.sub-menu li a {
        padding: 10px 16px;
        display: block;
        color: #333;
        font-weight: 500;
        transition: background 0.2s ease;
    }

    #masthead .nav-menu ul.sub-menu li a:hover {
        background-color: #ffe3e3;
        color: #d32f2f;
    }

	.site-branding {
		padding: 25px 0;
	}

	.site-title {
		font-size: 40px;
	}

	.blog-archive.columns-1 .blog-post-item .entry-title {
		font-size: 42px;
	}

	.custom-header .page-title {
		font-size: 32px;
	}

	.has-sidebar #primary {
	    width: 70%;
	    float: left;
	    padding-right: 30px;
	    margin-bottom: 0;
	}

	.has-sidebar #secondary {
	    width: 30%;
	    float: left;
	    position: sticky;
	    top: 30px;
		background: #F0F0F0;
    	padding: 5px 15px;
	}

	.has-sidebar.right-sidebar #primary {
		float: left;
	    padding-right: 20px;
	}

	.has-sidebar.right-sidebar #secondary {
		float: right;
	}

	.has-sidebar.left-sidebar #primary {
		float: right;
	    padding-right: 0;
	    padding-left: 20px;
	}

	.has-sidebar.left-sidebar #secondary {
		float: left;
	}
}

/*--------------------------------------------------------------
# Search Block
--------------------------------------------------------------*/
.wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%;
}

.wp-block-search__button {
    margin-left: 5px;
}

/*--------------------------------------------------------------
# Slick buttons
--------------------------------------------------------------*/
.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots {
    bottom: 25px;
}

.slick-dots li {
    margin: 0 7px;
    width: auto;
    height: auto;
}

.slick-dots li button {
	padding: 0;
    background-color: #fff;
    width: 12px;
    height: 12px;
    border-radius:8px;
}

.slick-dots li.slick-active button {
    background-color: #f37e7e;
}

.slick-dots li button:before {
	display: none;
}

/* =========================================================
   Slick theme
========================================================= */

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../fonts/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/* =========================================================
   Slick core
========================================================= */

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* =========================================================
   Quiet Blog visual layer
========================================================= */

/*!
Theme Name: Quiet Blog
Theme URI: https://www.kantipurthemes.com/downloads/quiet-blog
Author: Kantipur Themes
Author URI: https://www.kantipurthemes.com/
Description: Quiet Blog is a simple, clean and responsive WordPress blog theme built by Kantipur Themes. This theme is perfect for youtube bloggers, travel blog, food blog, fashion blog and writers who need to create personal blog site with simple creative features and effects to make readers feel the pleasure of reading blog posts and articles.
Version: 1.0
Requires at least: 5.1
Requires PHP: 5.6
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: cube-blog
Text Domain: quiet-blog
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, one-column, two-columns, custom-header, blog, entertainment, portfolio

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Quiet Blog  is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
body {
	font-weight: 400;
	font-family: 'Quicksand', sans-serif !important;
    text-decoration: none !important;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	font-family: 'Quicksand', sans-serif !important;
}
.site-title {
    font-weight: 700;
	font-family: 'Quicksand', sans-serif !important;
    color: #b80101;
    font-size: 30pt;
    text-align: center;
    text-transform: uppercase;
}
.site-description {
    font-weight: 400;
	font-family: 'Quicksand', sans-serif !important;
    font-weight: 300;
    font-size: 18pt;
    margin: 10px 0;
    text-align: center;
}
.navigation-menu a {
	font-weight: 400;
	font-family: 'Quicksand', sans-serif !important;
}
.custom-row {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
[class*="custom-col-"] {
	padding: 0 10px;
	position: relative;
	width: 100%;
}
.section-feature-posts-one-area {
    margin-bottom: 25px;
}
.blog-archive .post .blog-post-item {
	padding: 0;
}
.blog-archive .post .entry-container {
	padding: 20px;
}
/*.blog-archive .post .featured-image {
	margin-bottom: 0; 

    margin-bottom: 0;
	width: 100%;
	aspect-ratio: 16 / 9; 
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}*/

.blog-archive .post .featured-image {
	margin-bottom: 0;
	width: 100%;
	aspect-ratio: 1 / 2; /* hoặc bỏ đi nếu không cần giữ tỷ lệ */
	background-size: cover;
	background-position: center top; /* quan trọng: góc trên bên trái */
	background-repeat: no-repeat;
}

/*CSS trong selector .blog-archive .post .featured-image chỉ áp dụng cho homepage và category*/
body.home .blog-archive .post .featured-image,
body.category .blog-archive .post .featured-image,
body.tag .blog-archive .post .featured-image {
    max-height: 300px;
}

.blog-archive .post .featured-post-item-inner {
    position: relative;
}
.blog-archive .post .featured-image a {
	display: inline-block;
}
.blog-archive .post .cat-links {
    font-size: 0;
	margin-bottom: 0;
}
body.search .blog-archive .post:not(.has-no-thumbnail) .cat-links {
    position: relative;
    bottom: 10px;
    left: 10px;
    z-index: 1;
}
.blog-archive .post:not(.has-no-thumbnail) .cat-links {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1;
}
.blog-archive .post .cat-links a {
    display: inline-block;
    background: linear-gradient(135deg, #ffaf4d, #ff7e5f);
    color: #1a1a1a;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.7px;
    padding: 6px 12px;
    margin: 3px 6px 3px 0;
    border-radius:8px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.blog-archive .post .cat-links a:hover,
.blog-archive .post .cat-links a:focus {
    background: linear-gradient(135deg, #ffd580, #ff9c2a);
    color: #111;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.blog-archive .post .blog-post-item .entry-content {
	margin-bottom: 0;
}
.blog-archive .post.has-no-thumbnail .blog-post-item {
    padding: 20px;
}
.blog-archive .post.has-no-thumbnail .entry-container {
    padding: 20px 0 0;
}
.feature-posts-content-wrap {
	margin-bottom: 20px;
}
.section-feature-posts-one-area .feature-posts-image {
    background-color: #cccccc;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    z-index: 1;
}
.section-feature-posts-one-area .feature-posts-image {
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-feature-posts-one-area .feature-posts-image {
	-webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}
.section-feature-posts-one-area .feature-posts-image {
	height: 260px;
}
.section-feature-posts-one-area .feature-big-posts .feature-posts-image {
	height: 540px;
}
.section-feature-posts-one-area .feature-posts-image:before {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    position: absolute;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1;
}
.section-feature-posts-one-area .feature-posts-content {
	padding: 0 20px 20px;
    position: relative;
    width: 100%;
    z-index: 2;
}
.section-feature-posts-one-area .feature-posts-content .cat-links {
	display: inline-block;
	margin-bottom: 15px;
}
.section-feature-posts-one-area .feature-posts-content .cat-links a {
	background-color: #2962ff;
	color: #FFFFFF;
    letter-spacing: 0.8px;
    line-height: 1;
	padding: 5px;
	margin: 2px;
    transition: all 0.4s ease-out 0s;
}
.section-feature-posts-one-area .feature-posts-content .cat-links a:hover,
.section-feature-posts-one-area .feature-posts-content .cat-links a:focus {
    background-color: #000;
    color: #FFF;
}
.section-feature-posts-one-area .feature-posts-content .feature-posts-title {
	font-size: 20px;
    line-height: 1.2;
    margin-bottom: 12px;
}
.section-feature-posts-one-area .feature-posts-content .feature-posts-title a{
	text-decoration: none;
	color: #FFFFFF;
    transition: all 0.4s ease-out 0s;
}
.section-feature-posts-one-area .feature-posts-content .feature-posts-title a:hover,
.section-feature-posts-one-area .feature-posts-content .feature-posts-title a:focus {
    color: #2962ff;
}
.section-feature-posts-one-area .feature-posts-content .entry-meta a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.4s ease-out 0s;
}
.section-feature-posts-one-area .feature-posts-content .entry-meta a:hover,
.section-feature-posts-one-area .feature-posts-content .entry-meta a:focus {
    color: #2962ff;
}
.section-feature-posts-one-area .feature-posts-content .entry-meta a {
    margin-left: -80px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.btn:hover,
.btn:focus,
.reply a:hover,
.reply a:focus,
button:active, 
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus,
.wp-block-search__button:focus,
.navigation.pagination .page-numbers.current,
.navigation.pagination .page-numbers:hover,
.navigation.pagination .page-numbers:focus,
.widget_search input[type="submit"],
.wp-block-tag-cloud a:hover,
.wp-block-tag-cloud a:focus,
#wp-custom-header-video-button.wp-custom-header-video-pause:after,
.wp-block-search__button,
#footer-widgets .widget-title:after,

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn,
.reply a,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
.navigation.pagination .page-numbers.current,
.navigation.pagination .page-numbers:hover,
.navigation.pagination .page-numbers:focus,
.wp-block-tag-cloud a:hover,
.wp-block-tag-cloud a:focus,
#wp-custom-header-video-button:before,
#wp-custom-header-video-button.wp-custom-header-video-pause:after,
.navigation-menu .nav-menu > li:hover,
.navigation-menu .nav-menu > li.current-menu-item,
#masthead .nav-menu ul.sub-menu {
    border-color: #2962ff;
}

.navigation-menu .nav-menu > li > a:hover svg,
.navigation-menu .nav-menu > li > a:focus svg,
.navigation-menu .nav-menu > li:hover > a svg,
.post-navigation .nav-previous a:hover svg,
.post-navigation .nav-previous a:focus svg,
.post-navigation .nav-next a:hover svg,
.post-navigation .nav-next a:focus svg {
    fill: #2962ff;
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn,
.reply a,
.site-title a:hover,
.site-title a:focus,
.navigation-menu li.current-menu-item > a,
.navigation-menu .nav-menu > li:hover > a,
.navigation-menu .nav-menu > li.focus > a,
.navigation-menu .nav-menu > li > a:hover,
.navigation-menu .nav-menu > li > a:focus,
.navigation-menu a:hover,
.navigation-menu a:focus,
.navigation-menu li:hover > a,
.site-main .comment-navigation a:hover, 
.site-main .posts-navigation a:hover, 
.site-main .post-navigation a:hover,
.site-main .comment-navigation a:focus, 
.site-main .posts-navigation a:focus, 
.site-main .post-navigation a:focus,
#secondary a:hover,
#secondary a:focus,
.error-404.not-found .title,
.cat-links a,
.entry-title a:hover,
.entry-title a:focus,
.posted-on a:hover,
.posted-on a:focus,
.comments-link a:hover,
.comments-link a:focus,
.blog-archive .cat-links a,
.blog-archive .posted-on a:hover,
.blog-archive .byline a:hover,
.blog-archive .posted-on a:focus,
.blog-archive .byline a:focus,
.blog-post-item .entry-meta a:hover,
.blog-post-item .entry-meta a:focus,
.single-post-wrap .entry-footer .tags-links a:hover,
.single-post-wrap .entry-footer .tags-links a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
#colophon a:hover,
#colophon a:focus,
.navigation-menu li.current-menu-item > a,
.navigation-menu li.current-menu-item > a,
.navigation-menu .nav-menu > li:hover > a,
.navigation-menu .nav-menu > li.focus > a,
.navigation-menu .nav-menu > li > a:hover,
.navigation-menu .nav-menu > li > a:focus {
    color: #2962ff;
}
@media screen and (min-width: 768px) {
	.custom-col-md-12 {
    	width: 100%;
  	}
  	.custom-col-md-6 {
  		width: 50%;
  	}
}
@media screen and (min-width: 992px) {
	.custom-col-lg-7 {
		width: 58.333333%;
	}
	.custom-col-lg-5 {
	   width: 41.666667%;
	}
}

/*--------------------------------------------------------------
# Trending Posts
--------------------------------------------------------------*/
.section-header {
    border-bottom: 2px solid #ddd;
    margin-bottom: 30px;
    padding-bottom: 5px;
    position: relative;
}
.section-header .section-title {
    margin-bottom: 0;
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.section-header:after {
    content: "";
    background-color: #2962ff;
    width: 50px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.section-trending-posts {
    margin-bottom: 30px;
    background: slategray;
    padding: 10px 20px;
    border-radius:8px;
}
.section-trending-posts .featured-image {
    /*margin-bottom: 20px;
    background-size: cover;
    background-position: center center;
    padding: 100px 0;

    /*position: relative;
    width: 100%;
    padding-top: 56.25%; 
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    margin-bottom: 20px;*/

    margin-bottom: 20px;
    width: 100%;
    padding: 100px 0;
    background-size: contain;
    background-position: center center;
    border: 1px solid #555;
    filter: drop-shadow(4px 4px 0 #181717);
}
.section-trending-posts .cat-links {
    margin-bottom: 10px;
    display: inline-block;
}
.section-trending-posts .cat-links a {
    background-color: #2962ff;
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 1;
    padding: 5px 7px;
    margin: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.section-trending-posts .cat-links a:hover,
.section-trending-posts .cat-links a:focus {
    background-color: #000;
}
.section-trending-posts .posted-on a {
    text-decoration: none;
    margin-left: -76px;
    font-size: 14px;
}

/*--------------------------------------------------------------
# Popular Posts
--------------------------------------------------------------*/
.section-popular-posts {
    margin-bottom: 50px;
    background: #cdc4c4;
    padding: 10px 20px;
    border-radius:8px;
    border: 2px solid #302f2f;
}
.section-popular-posts article {
    position: relative;
    display: table;
}
.section-popular-posts .featured-image {
    padding: 0;
    background-size: contain;
    background-position: center top;
    border-radius:8px;
    margin-bottom: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100px;
    height: 100%;
    display: table-cell;
    background-color: #eee;
    border: 1px solid #555;
    filter: drop-shadow(4px 4px 0 #716767);
}
.section-popular-posts .entry-container {
    width: 100%;
    float: right;
    display: table-cell;
    text-align: left;
    padding-left: 115px;
}
.section-popular-posts .cat-links {
    margin-bottom: 10px;
    display: inline-block;
}
.section-popular-posts .cat-links a {
    background-color: #2962ff;
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 1;
    padding: 5px 7px;
    margin: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.section-popular-posts .cat-links a:hover,
.section-popular-posts .cat-links a:focus {
    background-color: #000;
}
.section-popular-posts .entry-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}
.section-popular-posts .entry-title a {
    color: #0d1e50;
}
.section-popular-posts .entry-title a:hover,
.section-popular-posts .entry-title a:focus,
.section-popular-posts .posted-on a:hover,
.section-popular-posts .posted-on a:focus {
    color: #2962ff;
}
.section-popular-posts .posted-on a {
    text-decoration: none;
    margin-left: -76px;
    font-size: 14px;
}
.section-popular-posts article:nth-child(1),
.section-popular-posts article:nth-child(2),
.section-popular-posts article:nth-child(3) {
    display: block;
}
.section-popular-posts article:nth-child(1) .featured-image,
.section-popular-posts article:nth-child(2) .featured-image,
.section-popular-posts article:nth-child(3) .featured-image {
    padding: 120px 0;
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}
.section-popular-posts article:nth-child(1) .entry-container,
.section-popular-posts article:nth-child(2) .entry-container,
.section-popular-posts article:nth-child(3) .entry-container {
    float: none;
    display: block;
    padding-left: 0;
}
.section-popular-posts article:nth-child(1) .entry-title,
.section-popular-posts article:nth-child(2) .entry-title,
.section-popular-posts article:nth-child(3) .entry-title {
    font-size: 22px;
}
.post-thumbnail-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 767px) {
    .section-popular-posts .entry-container {
        padding-left: 100px;
    }
}

/*--------------------------------------------------------------
# Top Stories
--------------------------------------------------------------*/
.section-top-stories {
    margin-bottom: 50px;
    background: #d2c6d2;
    padding: 10px 20px;
    border-radius:8px;
    border: 2px solid #302f2f;
}
.section-top-stories .featured-image {
    margin-bottom: 20px;
    padding: 100px 0;
    background-size: contain;
    background-position: center center;
}
.section-top-stories .cat-links {
    margin-bottom: 10px;
    display: inline-block;
}
.section-top-stories .cat-links a {
    background-color: #2962ff;
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 1;
    padding: 5px 7px;
    margin: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.section-top-stories .cat-links a:hover,
.section-top-stories .cat-links a:focus {
    background-color: #000;
}
.section-top-stories .posted-on a {
    text-decoration: none;
    margin-left: -76px;
    font-size: 14px;
}

/*--------------------------------------------------------------
# Recent Posts
--------------------------------------------------------------*/
.section-recent-posts {
    margin-bottom: 20px;
    background: #AFA9AE;
    padding: 10px;
    border-radius:8px;
    border: 1px solid #3d3b3b;
}
.section-recent-posts .recent-post-wrap {
    border: 1px solid #887878;
    padding: 20px;
    border-radius:8px;
    height: 100%;
    background: #e5dddd;
}
.section-recent-posts .featured-image {
    padding: 100px 0;
    background-size: cover;
    background-position: center center;
    border-radius:8px;
    margin-bottom: 15px;
}
.section-recent-posts article:not(.has-post-thumbnail) .entry-container {
    width: 100%;
    padding: 0;
    display: block;
    float: none;
}
.section-recent-posts .cat-links {
    margin-bottom: 10px;
    display: inline-block;
}
.section-recent-posts .cat-links a {
    background-color: #2962ff;
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 1;
    padding: 5px 7px;
    margin: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.section-recent-posts .cat-links a:hover,
.section-recent-posts .cat-links a:focus {
    background-color: #000;
}
.section-recent-posts .entry-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 5px;
}
.section-recent-posts .entry-title a {
    color: #0d1e50;
}
.section-recent-posts .entry-title a:hover,
.section-recent-posts .entry-title a:focus,
.section-recent-posts .posted-on a:hover,
.section-recent-posts .posted-on a:focus {
    color: #2962ff;
}
.section-recent-posts .posted-on a {
    text-decoration: none;
    margin-left: -76px;
    font-size: 14px;
}

@media screen and (min-width: 767px) {
    .section-recent-posts .recent-post-item {
        position: relative;
        display: table;
        width: 100%;
        height: 100%;
    }

    .section-recent-posts .featured-image {
        margin: 0;
        padding: 0;
        width: 50%;
        display: table-cell;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        border: 1px solid #555;
        filter: drop-shadow(4px 4px 0 #c5c5c5);
    }

    .section-recent-posts .entry-container {
        float: right;
        display: table-cell;
        width: 50%;
        text-align: left;
        padding: 35px 0 35px 25px;
    }
}

/*--------------------------------------------------------------
# Editors Choice
--------------------------------------------------------------*/
.section-header .section-title {
    font-size: 16px;
    margin-bottom: 0;
    color: #2a2df2;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
    background-color: #2962ff;
    line-height: 1;
    padding: 10px 15px;
    border-bottom: 2px solid #fff;
}

.section-header {
    margin-bottom: 20px;
    border-bottom: 2px solid #2962ff;
    padding-bottom: 0;
}

.section-header:after {
    display: none;
}

.section-editors-choice {
    margin-bottom: 30px;
    background: #e1b3ba;
    padding: 10px 20px;
    border-radius:8px;
    border: 2px solid #302f2f;
}
.section-editors-choice .editors-choice-item {
    position: relative;
    border: 1px solid #555;
    filter: drop-shadow(4px 4px 0 #3f3333);
}
.section-editors-choice .featured-image {
    padding: 150px 0;
    background-size: contain;
    background-position: center center;
    background-color: #333;
}
.section-editors-choice .featured-image:before {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    position: absolute;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1;
}
.section-editors-choice .entry-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    padding: 20px;
    z-index: 2;
}
.section-editors-choice .cat-links {
    margin-bottom: 10px;
    display: inline-block;
}
.section-editors-choice .cat-links a {
    background-color: #2962ff;
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 1;
    padding: 5px 7px;
    margin: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.section-editors-choice .cat-links a:hover,
.section-editors-choice .cat-links a:focus {
    background-color: #000;
}
.section-editors-choice .entry-title a {
    color: #fff;
}
.section-editors-choice .posted-on a {
    text-decoration: none;
    margin-left: -76px;
    font-size: 14px;
    color: #fff;
}
.section-editors-choice .entry-title a:hover,
.section-editors-choice .entry-title a:focus,
.section-editors-choice .posted-on a:hover,
.section-editors-choice .posted-on a:focus {
    color: #2962ff;
}

/*--------------------------------------------------------------
# Section Header Layout
--------------------------------------------------------------*/
.section-header {
    border: none;
    margin-bottom: 30px;
}


.section-header .section-title {
    background-color: transparent;
    color: #000;
    display: flex;
    align-items: center;
    position: relative;
    line-height: 1.4;
    font-size: 24px;
    font-weight: 700;
    text-transform: none;
    padding: 0;
    border: none;
}

.section-header .section-title:before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius:50%;
    background-color: #2962ff;
    margin-right: 7px;
    margin-left: 0;
    display: inline-block;
}

.section-header .section-title:after {
    content: "";
    border: 1px solid #ddd;
    border-width: 1px 0;
    flex-grow: 1;
    height: 4px;
    margin-left: 15px;
}

/*--------------------------------------------------------------
# Headlines Posts
--------------------------------------------------------------*/
.section-headlines-posts {
    margin-bottom: 30px;
}

.section-headlines-posts .headlines-item-wrapper {
    position: relative;
}

.section-headlines-posts .featured-image {
    background-size: cover;
    background-position: center center;
    padding: 250px 0;
    border-radius:8px;
    background-color: #eee;
}

.section-headlines-posts .entry-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 25px;
    background: linear-gradient(180deg,rgba(25,27,38,0),rgba(25,27,38,.96));
}

.section-headlines-posts .entry-meta {
    margin-bottom: 10px;
    display: block;
}

.section-headlines-posts .cat-links a {
    background: linear-gradient(135deg, #1e1e2f, #3a3a5a); /* tím than sang tím xám */
    color: #ffffff;
    padding: 6px 12px;
    margin: 4px;
    border-radius:8px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.section-headlines-posts .cat-links a:hover,
.section-headlines-posts .cat-links a:focus {
    background: linear-gradient(135deg, #ff512f, #dd2476); /* cam hồng nổi bật */
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.section-headlines-posts .entry-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.section-headlines-posts .posted-on a {
    margin-left: -76px;
}

.section-headlines-posts .entry-title a,
.section-headlines-posts .posted-on a {
    color: #fff;
    text-decoration: none;
}

.section-headlines-posts .entry-title a:hover,
.section-headlines-posts .entry-title a:focus,
.section-headlines-posts .posted-on a:hover,
.section-headlines-posts .posted-on a:focus {
    color: #fff;
    text-decoration: underline;
}

/* Giá ở góc trên bên phải */
.price-tag {
  position: absolute;
  top: 10px;
  right: -40px;
  background: #ff4d4f;
  color: white;
  padding: 6px 50px;
  font-weight: 600;
  transform: rotate(45deg);
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  z-index: 9;
  font-size: 14px;
  letter-spacing: 1px;
}

/* Trạng thái ở góc trên bên trái */
.status-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #4cd137; /* Màu xanh tươi */
  color: #fff;
  padding: 6px 14px;
  font-weight: 600;
  border-radius:8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  z-index: 10;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ====== ribbon ====== */
.uix_green {
  font-size: 12px;
  color: #fff;
  background: #8BC34A;
  border-radius:8px;
  padding-top: 1px;
  padding-right: 4px;
  padding-bottom: 1px;
  padding-left: 4px;
}
.uix_red {
  font-size: 12px;
  color: #fff;
  background: #FF0000;
  border-radius:8px;
  padding-top: 1px;
  padding-right: 4px;
  padding-bottom: 1px;
  padding-left: 4px;
}

/* detail post image : chiều ngang 100px, chiều cao tự động, bo tròn góc 3px và cách nhau rõ ràng dễ nhìn*/
/* .wp-block-gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 8px; 
}

.wp-block-gallery a img {
	width: 100px;
	height: auto;
	border-radius:8px;
	display: block;
}
.wp-block-gallery a img:hover {
	transform: scale(1.05);
	transition: transform 0.2s ease;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}*/

/* Container hiển thị ảnh dạng gallery */
.wp-block-gallery {
    margin-top: 6px !important;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 12px 0;
}

/* Ảnh trong gallery */
.wp-block-gallery a {
    flex: 1 1 calc(25% - 12px); /* 4 cột trên desktop */
    max-width: calc(25% - 12px);
}

.wp-block-gallery a img {
    width: 100%;
    height: auto;
    border-radius:8px;
    display: block;
    object-fit: cover;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    opacity: 0;
    transform: translateY(10px);
    animation: fadeInUp 0.4s ease forwards;
}

/* Hover effect */
.wp-block-gallery a img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    z-index: 2;
}

/* Mobile: 2 cột */
@media (max-width: 767px) {
    .wp-block-gallery a {
        flex: 1 1 calc(50% - 12px);
        max-width: calc(50% - 12px);
    }
}


/* Keyframe hiệu ứng xuất hiện */
@keyframes fadeInUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Responsive cho màn hình nhỏ */
@media (max-width: 600px) {
	.wp-block-gallery a img {
		width: 100%;
	}
}

/* 8 button Trang chủ */
.telegram-buttons-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  background: #121212;
  padding: 20px 10px;
  border-bottom: 3px solid #ff4081;
  box-shadow: 0 2px 8px rgba(0,0,0,0.4);
  position: relative;
  z-index: 99;
}

.telegram-button {
  display: inline-block;
  padding: 12px 20px;
  border-radius:8px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  color: white;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  white-space: nowrap;
}

.telegram-button:hover {
  transform: scale(1.06) translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.35);
}

/* Mỗi button một màu khác nhau */
.telegram-button.btn1 { background-color: #f44336; }
.telegram-button.btn2 { background-color: #ff9800; }
.telegram-button.btn3 { background-color: #3f51b5; }
.telegram-button.btn4 { background-color: #9c27b0; }
.telegram-button.btn5 { background-color: #009688; }
.telegram-button.btn6 { background-color: #00bcd4; }
.telegram-button.btn7 { background-color: #4caf50; }
.telegram-button.btn8 { background-color: #e91e63; }

/* Responsive trên mobile */
@media (max-width: 768px) {
  .telegram-button {
    width: 100%;
    text-align: center;
    font-size: 15px;
  }
}


/* GaiGuVietnam Responsive Banner */
.gaigu-banner {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.gaigu-banner a {
  display: block;
  width: 100%;
  height: auto;
  line-height: 0;
}
.gaigu-banner img {
  width: 100%;
  height: auto;
  display: block;
  border: 0;
  object-fit: cover;
}
/* Billboard Footer Banner */
.black { background-color: #000000 !important }
.ad-container {
    width: 100%;
    max-width: 900px; 
    height: auto;
    margin: auto; 
}

.ad-container iframe {
    width: 100%;
    height: 300px; 
    border: none;
}

/* Responsive one mobile */
@media screen and (max-width: 920px) {
    .ad-container iframe {
        height: auto;
        aspect-ratio: 900 / 300; 
    }
}

.ad-container {
    width: 100%;
    max-width: 900px; 
    height: auto;
    margin: auto; 
}

.ad-container iframe {
    width: 100%;
    height: 300px; 
    border: none;
}

/* Responsive one mobile */
@media screen and (max-width: 920px) {
    .ad-container iframe {
        height: auto;
        aspect-ratio: 900 / 300; 
    }
}
/* ====== ribbon ====== */
.uix_green {
  font-size: 12px;
  color: #fff;
  background: #8BC34A;
  border-radius:8px;
  padding-top: 1px;
  padding-right: 4px;
  padding-bottom: 1px;
  padding-left: 4px;
}
.uix_red {
  font-size: 12px;
  color: #fff;
  background: #FF0000;
  border-radius:8px;
  padding-top: 1px;
  padding-right: 4px;
  padding-bottom: 1px;
  padding-left: 4px;
}

.seo-links {
  background: linear-gradient(135deg, #ff4e50, #f9d423);
  border-radius:8px;
  padding: 16px 20px;
  font-family: 'Inter', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  margin: 20px 0;
  animation: fadeInUp 1s ease;
}

.seo-links a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
  transition: all 0.3s ease;
}

.seo-links a:hover {
  color: #ffe600;
  text-shadow: 0 0 5px #000;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* =========================================================
   WP RSS RETRIEVER – CLIPSEX COMIC / HONEYTOON LIGHT
   Dùng cho website nền sáng
   Desktop: 4 cột | Tablet: 3 cột | Mobile: 2 cột
========================================================= */

.wp_rss_retriever--columns{
	--rss-ink:#17131f;
	--rss-paper:#fffdf9;
	--rss-paper-pink:#fff0f7;
	--rss-paper-blue:#eefaff;
	--rss-paper-yellow:#fff8d9;
	--rss-pink:#ff4d9a;
	--rss-pink-strong:#f31270;
	--rss-cyan:#35d9ff;
	--rss-blue:#4f8cff;
	--rss-yellow:#ffe45e;
	--rss-orange:#ff9f2f;
	--rss-green:#54e38e;
	--rss-violet:#ab72ff;
	--rss-white:#ffffff;
	--rss-muted:#625d6d;
	--rss-font:"Quicksand","Inter",sans-serif;

	position:relative !important;
	isolation:isolate !important;
	box-sizing:border-box !important;
	width:100% !important;
	max-width:100% !important;
	min-width:0 !important;
	margin:28px 0 34px !important;
	padding:106px 26px 28px !important;
	overflow:visible !important;

	background:
		radial-gradient(circle at 10% 0%,rgba(255,77,154,.18),transparent 34%),
		radial-gradient(circle at 92% 100%,rgba(53,217,255,.19),transparent 33%),
		linear-gradient(145deg,var(--rss-paper) 0%,var(--rss-paper-pink) 47%,var(--rss-paper-blue) 100%) !important;

	border:3px solid var(--rss-ink) !important;
	border-radius:8px;
	box-shadow:
		8px 9px 0 rgba(23,19,31,.98),
		0 20px 40px rgba(29,24,43,.14),
		inset 0 0 0 4px rgba(255,255,255,.74) !important;
}

.wp_rss_retriever--columns,
.wp_rss_retriever--columns *,
.wp_rss_retriever--columns *::before,
.wp_rss_retriever--columns *::after{
	box-sizing:border-box !important;
}

/* =========================================================
   COMIC DECORATION
========================================================= */

.wp_rss_retriever--columns::before{
	content:"👠 ĐỀ XUẤT CHO BẠN" !important;
	position:absolute !important;
	top:24px !important;
	left:26px !important;
	z-index:10 !important;
	display:inline-flex !important;
	align-items:center !important;
	justify-content:center !important;
	min-height:52px !important;
	max-width:calc(100% - 52px) !important;
	padding:0 22px !important;

	background:
		linear-gradient(100deg,var(--rss-yellow) 0%,#ffd06a 18%,#ff8fbd 50%,var(--rss-pink) 73%,var(--rss-cyan) 100%) !important;
	border:4px solid var(--rss-ink) !important;
	border-radius:8px;
	box-shadow:
		5px 6px 0 var(--rss-ink),
		0 12px 22px rgba(243,18,112,.18) !important;

	color:var(--rss-ink) !important;
	font-family:var(--rss-font) !important;
	font-size:clamp(19px,2vw,28px) !important;
	font-weight:950 !important;
	line-height:1 !important;
	letter-spacing:-.045em !important;
	text-transform:uppercase !important;
	white-space:nowrap !important;
	text-shadow:0 1px 0 rgba(255,255,255,.68) !important;
}

.wp_rss_retriever--columns::after{
	content:"Vừa cập nhật" !important;
	position:absolute !important;
	top:42px !important;
	right:26px !important;
	z-index:9 !important;
	display:inline-flex !important;
	align-items:center !important;
	justify-content:center !important;
	min-height:32px !important;
	padding:0 13px !important;

	background:rgba(255,255,255,.88) !important;
	border:2px solid rgba(23,19,31,.86) !important;
	border-radius:8px;
	box-shadow:3px 3px 0 rgba(23,19,31,.18) !important;

	color:var(--rss-muted) !important;
	font-family:var(--rss-font) !important;
	font-size:12px !important;
	font-weight:900 !important;
	line-height:1 !important;
	white-space:nowrap !important;
}

/* =========================================================
   GRID
========================================================= */

.wp_rss_retriever--columns .wp_rss_retriever_list{
	position:relative !important;
	z-index:3 !important;
	display:grid !important;
	grid-template-columns:repeat(4,minmax(0,1fr)) !important;
	gap:18px !important;
	width:100% !important;
	max-width:100% !important;
	min-width:0 !important;
	margin:0 !important;
	padding:0 !important;
	list-style:none !important;
	background:transparent !important;
	border:0 !important;
	box-shadow:none !important;
}

.wp_rss_retriever--columns .wp_rss_retriever_list > li{
	margin:0 !important;
	padding:0 !important;
	list-style:none !important;
}

/* =========================================================
   CARD
========================================================= */

.wp_rss_retriever--columns .wp_rss_retriever_item{
	position:relative !important;
	display:block !important;
	width:100% !important;
	max-width:100% !important;
	min-width:0 !important;
	height:auto !important;
	min-height:0 !important;
	aspect-ratio:3 / 4 !important;
	margin:0 !important;
	padding:0 !important;
	overflow:hidden !important;

	background:#17131f !important;
	border:4px solid var(--rss-ink) !important;
	border-radius:8px;
	box-shadow:
		5px 6px 0 var(--rss-ink),
		0 14px 26px rgba(28,23,40,.20) !important;

	transform:translateZ(0) !important;
	transition:transform .2s ease,box-shadow .2s ease,filter .2s ease !important;
}

.wp_rss_retriever--columns .wp_rss_retriever_item::before{
	content:"HOT" !important;
	position:absolute !important;
	top:9px !important;
	left:9px !important;
	z-index:8 !important;
	display:inline-flex !important;
	align-items:center !important;
	justify-content:center !important;
	height:27px !important;
	padding:0 10px !important;

	background:linear-gradient(135deg,var(--rss-yellow),var(--rss-orange)) !important;
	border:2px solid var(--rss-ink) !important;
	border-radius:8px;
	box-shadow:2px 2px 0 var(--rss-ink) !important;

	color:var(--rss-ink) !important;
	font-family:var(--rss-font) !important;
	font-size:10px !important;
	font-weight:950 !important;
	line-height:1 !important;
	letter-spacing:.03em !important;
	pointer-events:none !important;
}

.wp_rss_retriever--columns .wp_rss_retriever_item::after{
	content:"▶" !important;
	position:absolute !important;
	top:9px !important;
	right:9px !important;
	z-index:8 !important;
	display:inline-flex !important;
	align-items:center !important;
	justify-content:center !important;
	width:29px !important;
	height:29px !important;

	background:linear-gradient(135deg,var(--rss-cyan),var(--rss-blue),var(--rss-violet)) !important;
	border:2px solid var(--rss-ink) !important;
	border-radius:50% !important;
	box-shadow:2px 2px 0 var(--rss-ink) !important;

	color:#fff !important;
	font-family:var(--rss-font) !important;
	font-size:11px !important;
	font-weight:950 !important;
	line-height:1 !important;
	pointer-events:none !important;
}

.wp_rss_retriever--columns .wp_rss_retriever_item_wrapper{
	position:relative !important;
	display:block !important;
	width:100% !important;
	height:100% !important;
	min-height:0 !important;
	margin:0 !important;
	padding:0 !important;
	overflow:hidden !important;
	background:transparent !important;
	border:0 !important;
	border-radius:8px;
}

/* =========================================================
   IMAGE
========================================================= */

.wp_rss_retriever--columns .wp_rss_retriever_image{
	position:absolute !important;
	inset:0 !important;
	z-index:1 !important;
	display:block !important;
	width:100% !important;
	height:100% !important;
	min-width:0 !important;
	max-width:100% !important;
	margin:0 !important;
	padding:0 !important;
	overflow:hidden !important;
	background:#1d1726 !important;
	border:0 !important;
	border-radius:8px;
	font-size:0 !important;
	line-height:0 !important;
}

.wp_rss_retriever--columns .wp_rss_retriever_image > a,
.wp_rss_retriever--columns .wp_rss_retriever_image > picture,
.wp_rss_retriever--columns .wp_rss_retriever_image > figure,
.wp_rss_retriever--columns .wp_rss_retriever_image picture,
.wp_rss_retriever--columns .wp_rss_retriever_image figure{
	position:absolute !important;
	inset:0 !important;
	display:block !important;
	width:100% !important;
	height:100% !important;
	margin:0 !important;
	padding:0 !important;
	overflow:hidden !important;
	border:0 !important;
	border-radius:8px;
}

.wp_rss_retriever--columns img.wp_rss_retriever_image,
.wp_rss_retriever--columns .wp_rss_retriever_image img,
.wp_rss_retriever--columns .wp_rss_retriever_image picture img,
.wp_rss_retriever--columns .wp_rss_retriever_image figure img{
	position:absolute !important;
	inset:0 !important;
	display:block !important;
	width:100% !important;
	height:100% !important;
	min-width:0 !important;
	max-width:none !important;
	margin:0 !important;
	padding:0 !important;
	object-fit:cover !important;
	object-position:center center !important;
	background:#1d1726 !important;
	border:0 !important;
	border-radius:8px;
	transform:scale(1.001) !important;
	transition:transform .28s ease,filter .28s ease !important;
}

/* =========================================================
   TITLE OVERLAY
========================================================= */

.wp_rss_retriever--columns .wp_rss_retriever_item_wrapper::after{
	content:"" !important;
	position:absolute !important;
	left:0 !important;
	right:0 !important;
	bottom:0 !important;
	z-index:2 !important;
	height:68% !important;
	background:linear-gradient(to top,rgba(12,8,16,.98) 0%,rgba(18,10,24,.76) 43%,rgba(18,10,24,.22) 76%,transparent 100%) !important;
	pointer-events:none !important;
}

.wp_rss_retriever--columns .wp_rss_retriever_title{
	position:absolute !important;
	left:12px !important;
	right:12px !important;
	bottom:12px !important;
	z-index:4 !important;
	display:-webkit-box !important;
	-webkit-box-orient:vertical !important;
	-webkit-line-clamp:2 !important;
	width:auto !important;
	max-width:none !important;
	min-width:0 !important;
	height:auto !important;
	min-height:0 !important;
	max-height:2.5em !important;
	margin:0 !important;
	padding:0 !important;
	overflow:hidden !important;
	background:transparent !important;

	color:#fff !important;
	font-family:var(--rss-font) !important;
	font-size:clamp(12px,1.1vw,16px) !important;
	font-weight:950 !important;
	font-style:normal !important;
	line-height:1.24 !important;
	letter-spacing:-.018em !important;
	text-align:left !important;
	text-decoration:none !important;
	text-shadow:0 2px 8px rgba(0,0,0,.94) !important;
	word-break:break-word !important;
	overflow-wrap:anywhere !important;
}

.wp_rss_retriever--columns .wp_rss_retriever_title a,
.wp_rss_retriever--columns .wp_rss_retriever_title a:visited,
.wp_rss_retriever--columns .wp_rss_retriever_title a:hover{
	color:inherit !important;
	text-decoration:none !important;
}

/* Ẩn metadata để card luôn đồng đều */
.wp_rss_retriever--columns .wp_rss_retriever_metadata,
.wp_rss_retriever--columns .wp_rss_retriever_description,
.wp_rss_retriever--columns .wp_rss_retriever_excerpt,
.wp_rss_retriever--columns .wp_rss_retriever_content,
.wp_rss_retriever--columns .wp_rss_retriever_author,
.wp_rss_retriever--columns .wp_rss_retriever_date,
.wp_rss_retriever--columns .wp_rss_retriever_read_more,
.wp_rss_retriever--columns [class*="metadata"],
.wp_rss_retriever--columns [class*="excerpt"],
.wp_rss_retriever--columns [class*="description"],
.wp_rss_retriever--columns [class*="author"],
.wp_rss_retriever--columns [class*="date"],
.wp_rss_retriever--columns [class*="read_more"]{
	display:none !important;
}

/* =========================================================
   HOVER
========================================================= */

@media (hover:hover) and (pointer:fine){
	.wp_rss_retriever--columns .wp_rss_retriever_item:hover{
		transform:translateY(-6px) rotate(-.25deg) translateZ(0) !important;
		box-shadow:
			7px 9px 0 var(--rss-ink),
			0 22px 34px rgba(28,23,40,.28),
			0 0 0 4px rgba(255,77,154,.18),
			0 0 0 8px rgba(53,217,255,.10) !important;
	}

	.wp_rss_retriever--columns .wp_rss_retriever_item:hover .wp_rss_retriever_image img{
		transform:scale(1.06) !important;
		filter:saturate(1.10) contrast(1.05) brightness(1.03) !important;
	}

	.wp_rss_retriever--columns .wp_rss_retriever_item:hover .wp_rss_retriever_title,
	.wp_rss_retriever--columns .wp_rss_retriever_item:hover .wp_rss_retriever_title a{
		color:var(--rss-yellow) !important;
	}
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width:1100px){
	.wp_rss_retriever--columns{
		padding:100px 22px 24px !important;
		border-radius:8px;
	}

	.wp_rss_retriever--columns .wp_rss_retriever_list{
		gap:15px !important;
	}
}

@media (max-width:900px){
	.wp_rss_retriever--columns .wp_rss_retriever_list{
		grid-template-columns:repeat(3,minmax(0,1fr)) !important;
	}

	.wp_rss_retriever--columns::after{
		display:none !important;
	}
}

@media (max-width:760px){
	.wp_rss_retriever--columns{
		margin:20px 0 26px !important;
		padding:82px 12px 15px !important;
		border-width:3px !important;
		border-radius:8px;
		box-shadow:5px 6px 0 var(--rss-ink),0 14px 28px rgba(29,24,43,.14) !important;
	}

	.wp_rss_retriever--columns::before{
		top:17px !important;
		left:12px !important;
		min-height:40px !important;
		max-width:calc(100% - 24px) !important;
		padding:0 13px !important;
		border-width:3px !important;
		box-shadow:3px 4px 0 var(--rss-ink) !important;
		font-size:18px !important;
		letter-spacing:-.035em !important;
	}

	.wp_rss_retriever--columns .wp_rss_retriever_list{
		grid-template-columns:repeat(2,minmax(0,1fr)) !important;
		gap:10px !important;
	}

	.wp_rss_retriever--columns .wp_rss_retriever_item{
		border-width:3px !important;
		border-radius:8px;
		box-shadow:3px 4px 0 var(--rss-ink),0 10px 18px rgba(28,23,40,.18) !important;
	}

	.wp_rss_retriever--columns .wp_rss_retriever_item_wrapper,
	.wp_rss_retriever--columns .wp_rss_retriever_image,
	.wp_rss_retriever--columns .wp_rss_retriever_image > a,
	.wp_rss_retriever--columns .wp_rss_retriever_image > picture,
	.wp_rss_retriever--columns .wp_rss_retriever_image > figure,
	.wp_rss_retriever--columns .wp_rss_retriever_image img{
		border-radius:8px;
	}

	.wp_rss_retriever--columns .wp_rss_retriever_item::before{
		top:7px !important;
		left:7px !important;
		height:23px !important;
		padding:0 8px !important;
		font-size:9px !important;
	}

	.wp_rss_retriever--columns .wp_rss_retriever_item::after{
		top:7px !important;
		right:7px !important;
		width:24px !important;
		height:24px !important;
		font-size:9px !important;
	}

	.wp_rss_retriever--columns .wp_rss_retriever_title{
		left:9px !important;
		right:9px !important;
		bottom:9px !important;
		font-size:13px !important;
		line-height:1.22 !important;
	}
}

@media (max-width:380px){
	.wp_rss_retriever--columns{
		padding-left:9px !important;
		padding-right:9px !important;
	}

	.wp_rss_retriever--columns::before{
		font-size:16px !important;
	}

	.wp_rss_retriever--columns .wp_rss_retriever_list{
		gap:8px !important;
	}

	.wp_rss_retriever--columns .wp_rss_retriever_title{
		font-size:11.8px !important;
	}
}

@media (prefers-reduced-motion:reduce){
	.wp_rss_retriever--columns .wp_rss_retriever_item,
	.wp_rss_retriever--columns .wp_rss_retriever_image img{
		transition:none !important;
	}

	.wp_rss_retriever--columns .wp_rss_retriever_item:hover,
	.wp_rss_retriever--columns .wp_rss_retriever_item:hover .wp_rss_retriever_image img{
		transform:none !important;
		filter:none !important;
	}
}


/* =========================================================
   GX Header Links - Comic / Honeytoon / One Row / Isolated
   Dùng cho block:
   <div class="gx-header-links">
       <a class="gx-btn gx-style-1">...</a>
       ...
   </div>
========================================================= */

.gx-header-links {
    --gx-hl-gap: 10px;
    --gx-hl-radius: 18px;
    --gx-hl-border: #101827;
    --gx-hl-shadow: rgba(0, 0, 0, .28);

    position: relative !important;
    isolation: isolate !important;
    z-index: 2 !important;

    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    align-items: stretch !important;
    justify-content: center !important;
    gap: var(--gx-hl-gap) !important;

    width: min(100%, 1080px) !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 12px 10px !important;

    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius:8px;

    overflow: visible !important;
    box-sizing: border-box !important;
    clear: both !important;
}

.gx-header-links,
.gx-header-links *,
.gx-header-links *::before,
.gx-header-links *::after {
    box-sizing: border-box !important;
}

/* Reset chống xung đột theme */
.gx-header-links > a.gx-btn {
    all: unset;

    position: relative !important;
    isolation: isolate !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    min-width: 0 !important;
    height: 46px !important;
    min-height: 46px !important;
    padding: 0 14px !important;

    cursor: pointer !important;
    user-select: none !important;
    -webkit-tap-highlight-color: transparent !important;

    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    letter-spacing: .15px !important;

    color: #fff !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: uppercase !important;

    /* Bắt buộc text luôn nằm trên một dòng */
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    text-wrap: nowrap !important;
    overflow: hidden !important;
    text-overflow: clip !important;

    border-radius:8px;
    border: 2px solid var(--gx-hl-border) !important;

    transform: translateZ(0) !important;

    text-shadow:
        0 1px 0 rgba(0, 0, 0, .34),
        0 2px 8px rgba(0, 0, 0, .26) !important;

    box-shadow:
        0 4px 0 rgba(15, 23, 42, .92),
        0 10px 20px var(--gx-hl-shadow),
        inset 0 1px 0 rgba(255, 255, 255, .42),
        inset 0 -14px 18px rgba(0, 0, 0, .2) !important;

    transition:
        transform .18s ease,
        filter .18s ease,
        box-shadow .18s ease,
        border-color .18s ease !important;
}

/* Vệt sáng kiểu comic */
.gx-header-links > a.gx-btn::before {
    content: "" !important;
    position: absolute !important;
    inset: 3px 4px auto 4px !important;
    height: 42% !important;
    z-index: -1 !important;

    border-radius:8px;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, .52),
        rgba(255, 255, 255, .16) 56%,
        transparent 100%
    ) !important;

    opacity: .72 !important;
    pointer-events: none !important;
}

/* Texture chấm comic */
.gx-header-links > a.gx-btn::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: -2 !important;

    border-radius:8px;
    background-image:
        radial-gradient(circle at 22% 24%, rgba(255,255,255,.28) 0 1px, transparent 1.7px),
        radial-gradient(circle at 72% 62%, rgba(0,0,0,.14) 0 1px, transparent 1.8px) !important;
    background-size: 10px 10px, 13px 13px !important;

    opacity: .28 !important;
    mix-blend-mode: soft-light !important;
    pointer-events: none !important;
}

@media (hover: hover) {
    .gx-header-links > a.gx-btn:hover {
        transform: translateY(-2px) !important;
        filter: brightness(1.08) saturate(1.15) !important;
        border-color: #020617 !important;

        box-shadow:
            0 5px 0 rgba(15, 23, 42, .95),
            0 16px 30px rgba(0, 0, 0, .34),
            inset 0 1px 0 rgba(255, 255, 255, .5),
            inset 0 -14px 18px rgba(0, 0, 0, .22) !important;
    }
}

.gx-header-links > a.gx-btn:active {
    transform: translateY(1px) scale(.975) !important;

    box-shadow:
        0 2px 0 rgba(15, 23, 42, .95),
        0 6px 14px rgba(0, 0, 0, .26),
        inset 0 1px 0 rgba(255, 255, 255, .34),
        inset 0 -10px 16px rgba(0, 0, 0, .22) !important;
}

.gx-header-links > a.gx-btn:focus-visible {
    outline: 3px solid rgba(250, 204, 21, .9) !important;
    outline-offset: 3px !important;
}

/* =========================
   Màu button rõ trên nền sáng/tối
========================= */

.gx-header-links > a.gx-style-1 {
    background:
        linear-gradient(135deg, #ffd166 0%, #ff9f1c 34%, #ff5a1f 68%, #c1121f 100%) !important;
}

.gx-header-links > a.gx-style-2 {
    background:
        linear-gradient(135deg, #67e8f9 0%, #0ea5e9 36%, #2563eb 70%, #1e3a8a 100%) !important;
}

.gx-header-links > a.gx-style-3 {
    background:
        linear-gradient(135deg, #cbd5e1 0%, #64748b 32%, #1e293b 68%, #020617 100%) !important;
}

.gx-header-links > a.gx-style-4 {
    background:
        linear-gradient(135deg, #fda4af 0%, #fb7185 32%, #e11d48 68%, #881337 100%) !important;
}

.gx-header-links > a.gx-style-5 {
    color: #241505 !important;
    border-color: rgba(120, 53, 15, .88) !important;

    background:
        linear-gradient(135deg, #fff7ad 0%, #fde047 36%, #facc15 66%, #f59e0b 100%) !important;

    text-shadow:
        0 1px 0 rgba(255, 255, 255, .58),
        0 1px 6px rgba(255, 255, 255, .2) !important;

    box-shadow:
        0 4px 0 rgba(120, 53, 15, .88),
        0 10px 20px rgba(0, 0, 0, .24),
        inset 0 1px 0 rgba(255, 255, 255, .72),
        inset 0 -14px 18px rgba(146, 64, 14, .16) !important;
}

/* =========================
   Tablet
========================= */

@media (max-width: 992px) {
    .gx-header-links {
        --gx-hl-gap: 8px;

        width: 100% !important;
        padding: 10px 8px !important;
    }

    .gx-header-links > a.gx-btn {
        height: 42px !important;
        min-height: 42px !important;
        padding: 0 9px !important;

        font-size: 12.5px !important;
        letter-spacing: 0 !important;

        border-radius:8px;
    }
}

/* =========================
   Mobile: 5 button / 1 hàng / text 1 dòng
========================= */

@media (max-width: 768px) {
    .gx-header-links {
        --gx-hl-gap: 5px;

        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;

        width: 100% !important;
        max-width: 100% !important;
        padding: 8px 4px !important;

        overflow: visible !important;
    }

    .gx-header-links > a.gx-btn {
        height: 40px !important;
        min-height: 40px !important;
        padding: 0 2px !important;

        font-size: clamp(7.2px, 2.05vw, 10px) !important;
        font-weight: 950 !important;
        line-height: 1 !important;
        letter-spacing: -.35px !important;

        border-width: 1.5px !important;
        border-radius:8px;

        white-space: nowrap !important;
        word-break: keep-all !important;
        overflow-wrap: normal !important;
        text-wrap: nowrap !important;
        overflow: hidden !important;
        text-overflow: clip !important;

        box-shadow:
            0 2px 0 rgba(15, 23, 42, .92),
            0 5px 12px rgba(0, 0, 0, .22),
            inset 0 1px 0 rgba(255, 255, 255, .36),
            inset 0 -8px 12px rgba(0, 0, 0, .16) !important;
    }

    .gx-header-links > a.gx-style-5 {
        box-shadow:
            0 2px 0 rgba(120, 53, 15, .86),
            0 5px 12px rgba(0, 0, 0, .2),
            inset 0 1px 0 rgba(255, 255, 255, .66),
            inset 0 -8px 12px rgba(146, 64, 14, .14) !important;
    }

    .gx-header-links > a.gx-btn::before {
        inset: 2px 2px auto 2px !important;
        height: 38% !important;
    }

    .gx-header-links > a.gx-btn::after {
        background-size: 8px 8px, 10px 10px !important;
        opacity: .22 !important;
    }

    .gx-header-links > a.gx-btn:hover {
        transform: none !important;
    }

    .gx-header-links > a.gx-btn:active {
        transform: scale(.96) !important;
    }
}

/* =========================
   Mobile nhỏ
========================= */

@media (max-width: 420px) {
    .gx-header-links {
        --gx-hl-gap: 4px;
        padding-left: 3px !important;
        padding-right: 3px !important;
    }

    .gx-header-links > a.gx-btn {
        height: 38px !important;
        min-height: 38px !important;

        font-size: clamp(6.6px, 1.95vw, 8.8px) !important;
        letter-spacing: -.45px !important;
        border-radius:8px;
    }
}

/* Mobile cực nhỏ */
@media (max-width: 360px) {
    .gx-header-links {
        --gx-hl-gap: 3px;
        padding-left: 2px !important;
        padding-right: 2px !important;
    }

    .gx-header-links > a.gx-btn {
        height: 36px !important;
        min-height: 36px !important;
        padding-left: 1px !important;
        padding-right: 1px !important;

        font-size: 6.1px !important;
        letter-spacing: -.55px !important;
        border-radius:8px;
    }
}

/* Tôn trọng người dùng giảm hiệu ứng */
@media (prefers-reduced-motion: reduce) {
    .gx-header-links > a.gx-btn {
        transition: none !important;
    }

    .gx-header-links > a.gx-btn:hover,
    .gx-header-links > a.gx-btn:active {
        transform: none !important;
    }
}

/* =========================================================
   GGV DARK SUPPORT LINKS
   - Block riêng nền tối
   - Comic / Honeytoon
   - Desktop: 2 cột
   - Mobile: 1 cột
   - Chỉ tác động bên trong .ggv-dark-links-panel
========================================================= */
.ggv-service-panel{
	--ggv-ink:#05070c;
	--ggv-text:#f8fafc;
	--ggv-muted:#b8c1d1;
	--ggv-yellow:#ffe45c;
	--ggv-font:"Quicksand","Inter",sans-serif;
	position:relative;
	isolation:isolate;
	clear:both;
	width:min(100%,1080px);
	max-width:100%;
	margin:18px auto 24px;
	padding:22px;
	overflow:hidden;
	background:
		radial-gradient(circle at 7% -12%,rgba(103,232,249,.18),transparent 34%),
		radial-gradient(circle at 96% 112%,rgba(255,54,95,.18),transparent 36%),
		linear-gradient(145deg,#151d2b 0%,#101725 52%,#080b12 100%);
	border:3px solid var(--ggv-ink);
	border-radius:8px;
	box-shadow:
		0 7px 0 rgba(3,5,9,.96),
		0 20px 42px rgba(0,0,0,.34),
		inset 0 0 0 1px rgba(103,232,249,.30),
		inset 0 1px 0 rgba(255,255,255,.08);
	font-family:var(--ggv-font);
	box-sizing:border-box;
}

.ggv-service-panel,
.ggv-service-panel *,
.ggv-service-panel *::before,
.ggv-service-panel *::after{
	box-sizing:border-box;
}

.ggv-service-panel::before{
	content:"";
	position:absolute;
	inset:0;
	z-index:-1;
	background-image:
		radial-gradient(circle,rgba(255,255,255,.09) 0 1px,transparent 1.5px),
		linear-gradient(135deg,transparent 0 48%,rgba(255,255,255,.025) 49% 51%,transparent 52%);
	background-size:13px 13px,30px 30px;
	opacity:.32;
	pointer-events:none;
}

.ggv-service-head{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:16px;
	margin:0 0 18px;
}

.ggv-service-heading{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:44px;
	max-width:100%;
	margin:0;
	padding:0 17px;
	color:#071018;
	background:linear-gradient(105deg,#8fe8ff 0%,#ffe45c 34%,#ff8fc7 68%,#ff365f 100%);
	border:3px solid var(--ggv-ink);
	border-radius:8px;
	box-shadow:
		3px 4px 0 var(--ggv-ink),
		0 11px 22px rgba(255,54,95,.18),
		inset 0 1px 0 rgba(255,255,255,.74);
	font-size:clamp(15px,1.7vw,20px);
	font-weight:950;
	line-height:1;
	letter-spacing:-.035em;
	text-transform:uppercase;
	white-space:nowrap;
}

.ggv-service-note{
	margin:0;
	color:var(--ggv-muted);
	font-size:12.5px;
	font-weight:800;
	line-height:1.35;
	text-align:right;
	white-space:nowrap;
}

.ggv-service-grid{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:12px;
	width:100%;
	margin:0;
	padding:0;
}

.ggv-service-grid > a.ggv-service-card{
	position:relative;
	isolation:isolate;
	display:grid;
	grid-template-columns:42px minmax(0,1fr) auto;
	align-items:center;
	gap:11px;
	width:100%;
	min-width:0;
	min-height:68px;
	padding:10px 12px;
	overflow:hidden;
	color:var(--ggv-text);
	text-decoration:none;
	border:2px solid rgba(255,255,255,.20);
	border-radius:8px;
	box-shadow:
		0 4px 0 rgba(0,0,0,.88),
		0 11px 20px rgba(0,0,0,.28),
		inset 0 1px 0 rgba(255,255,255,.26),
		inset 0 -16px 22px rgba(0,0,0,.22);
	text-shadow:
		0 1px 0 rgba(0,0,0,.68),
		0 2px 8px rgba(0,0,0,.30);
	transform:translateZ(0);
	transition:transform .18s ease,filter .18s ease,border-color .18s ease,box-shadow .18s ease;
	-webkit-tap-highlight-color:transparent;
}

.ggv-service-grid > a.ggv-service-card::before{
	content:"";
	position:absolute;
	inset:3px 5px auto;
	z-index:-1;
	height:40%;
	border-radius:8px;
	background:linear-gradient(180deg,rgba(255,255,255,.40),rgba(255,255,255,.10) 62%,transparent);
	opacity:.70;
	pointer-events:none;
}

.ggv-service-icon{
	display:grid;
	place-items:center;
	width:42px;
	height:42px;
	border:2px solid rgba(4,7,12,.92);
	border-radius:8px;
	background:rgba(255,255,255,.88);
	color:#071018;
	box-shadow:2px 3px 0 rgba(0,0,0,.70),inset 0 1px 0 rgba(255,255,255,.85);
	font-size:20px;
	line-height:1;
	text-shadow:none;
}

.ggv-service-copy{
	display:block;
	min-width:0;
}

.ggv-service-copy strong{
	display:block;
	margin:0 0 4px;
	overflow:hidden;
	color:inherit;
	font-size:13.5px;
	font-weight:950;
	line-height:1.18;
	letter-spacing:-.012em;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.ggv-service-copy small{
	display:block;
	overflow:hidden;
	color:rgba(255,255,255,.82);
	font-size:10.8px;
	font-weight:750;
	line-height:1.2;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.ggv-service-cta{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:28px;
	max-width:104px;
	padding:0 9px;
	color:#071018;
	background:rgba(255,255,255,.90);
	border:2px solid rgba(4,7,12,.90);
	border-radius:8px;
	box-shadow:2px 2px 0 rgba(0,0,0,.72);
	font-size:9.5px;
	font-weight:950;
	line-height:1;
	text-align:center;
	text-shadow:none;
	white-space:nowrap;
}

.ggv-service-card.btn1{background:linear-gradient(135deg,#38d4ff 0%,#168ed7 48%,#1d4ed8 100%);}
.ggv-service-card.btn2{color:#261604;background:linear-gradient(135deg,#fff2a8 0%,#facc15 48%,#f97316 100%);text-shadow:0 1px 0 rgba(255,255,255,.52);}
.ggv-service-card.btn2 .ggv-service-copy small{color:rgba(38,22,4,.72);}
.ggv-service-card.btn3{background:linear-gradient(135deg,#2dd4bf 0%,#059669 50%,#166534 100%);}
.ggv-service-card.btn4{background:linear-gradient(135deg,#fb7185 0%,#e11d48 52%,#881337 100%);}
.ggv-service-card.btn5{
	background:linear-gradient(135deg,#ff8ac5 0%,#ec4899 42%,#be123c 100%);
	box-shadow:
		0 4px 0 rgba(0,0,0,.88),
		0 12px 24px rgba(236,72,153,.24),
		0 0 0 3px rgba(255,228,92,.18),
		inset 0 1px 0 rgba(255,255,255,.30),
		inset 0 -16px 22px rgba(0,0,0,.22);
}
.ggv-service-card.btn5 .ggv-service-cta{color:#3a1300;background:linear-gradient(135deg,#fff6a4,#ffe45c,#ffb11b);}
.ggv-service-card.btn6{background:linear-gradient(135deg,#a78bfa 0%,#7c3aed 48%,#4c1d95 100%);}
.ggv-service-card.btn7{background:linear-gradient(135deg,#22d3ee 0%,#2563eb 48%,#3730a3 100%);}
.ggv-service-card.btn8{background:linear-gradient(135deg,#64748b 0%,#334155 48%,#111827 100%);}

.ggv-service-promo{
	position:absolute;
	top:7px;
	right:9px;
	z-index:3;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:20px;
	padding:0 7px;
	color:#311000;
	background:linear-gradient(135deg,#fff8b5,#ffe45c,#ff9f1c);
	border:1.5px solid #2b1200;
	border-radius:8px;
	box-shadow:1px 2px 0 rgba(0,0,0,.70);
	font-size:8px;
	font-weight:950;
	line-height:1;
	text-shadow:none;
	white-space:nowrap;
	transform:translateY(-50%);
}

@media (hover:hover) and (pointer:fine){
	.ggv-service-grid > a.ggv-service-card:hover{
		transform:translateY(-3px);
		filter:brightness(1.09) saturate(1.13);
		border-color:rgba(255,255,255,.56);
		box-shadow:
			0 6px 0 rgba(0,0,0,.90),
			0 17px 30px rgba(0,0,0,.36),
			0 0 0 3px rgba(103,232,249,.12),
			inset 0 1px 0 rgba(255,255,255,.34),
			inset 0 -16px 22px rgba(0,0,0,.22);
	}
	.ggv-service-grid > a.ggv-service-card:hover .ggv-service-cta{background:var(--ggv-yellow);}
}

.ggv-service-grid > a.ggv-service-card:active{
	transform:translateY(1px) scale(.985);
	box-shadow:0 2px 0 rgba(0,0,0,.90),0 7px 14px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.22);
}

.ggv-service-grid > a.ggv-service-card:focus-visible{
	outline:3px solid var(--ggv-yellow);
	outline-offset:3px;
}

@media (max-width:760px){
	.ggv-service-panel{
		margin:14px auto 20px;
		padding:16px;
		border-radius:8px;
		box-shadow:0 5px 0 rgba(3,5,9,.96),0 15px 30px rgba(0,0,0,.30),inset 0 0 0 1px rgba(103,232,249,.30);
	}
	.ggv-service-head{align-items:flex-start;margin-bottom:14px;}
	.ggv-service-heading{min-height:38px;padding:0 12px;font-size:15px;}
	.ggv-service-note{display:none;}
	.ggv-service-grid{grid-template-columns:1fr;gap:10px;}
	.ggv-service-grid > a.ggv-service-card{min-height:64px;}
}

@media (max-width:430px){
	.ggv-service-panel{padding:12px;border-width:2px;border-radius:8px;}
	.ggv-service-heading{min-height:36px;max-width:100%;padding:0 10px;border-width:2px;box-shadow:2px 3px 0 var(--ggv-ink);font-size:13px;}
	.ggv-service-grid > a.ggv-service-card{grid-template-columns:38px minmax(0,1fr) auto;gap:9px;min-height:60px;padding:9px;border-radius:8px;}
	.ggv-service-icon{width:38px;height:38px;border-radius:8px;font-size:18px;}
	.ggv-service-copy strong{font-size:12px;}
	.ggv-service-copy small{font-size:9.5px;}
	.ggv-service-cta{min-height:25px;max-width:82px;padding:0 7px;font-size:8px;}
}

@media (max-width:360px){
	.ggv-service-grid > a.ggv-service-card{grid-template-columns:36px minmax(0,1fr);}
	.ggv-service-icon{width:36px;height:36px;}
	.ggv-service-cta{display:none;}
}

@media (prefers-reduced-motion:reduce){
	.ggv-service-grid > a.ggv-service-card{transition:none;}
	.ggv-service-grid > a.ggv-service-card:hover,
	.ggv-service-grid > a.ggv-service-card:active{transform:none;}
}


/*
 * GGV Profile Single v2
 * Namespace duy nhất: .ggvps-
 * Có thể đưa toàn bộ file này vào CSS chính của theme.
 */

.ggvps-single-profile{
	--ggvps-ink:#101522;
	--ggvps-text:#202636;
	--ggvps-muted:#687083;
	--ggvps-line:#dfe4ec;
	--ggvps-surface:#ffffff;
	--ggvps-soft:#f7f8fb;
	--ggvps-blue:#168ed7;
	--ggvps-blue-dark:#1d4ed8;
	--ggvps-gold:#f6b91a;
	--ggvps-orange:#f97316;
	--ggvps-pink:#ec4899;
	--ggvps-red:#e11d48;
	--ggvps-green:#059669;
	--ggvps-shadow:0 18px 42px rgba(17,24,39,.12);
	--ggvps-radius:22px;
	--ggvps-font:"Quicksand","Inter",sans-serif;

	color:var(--ggvps-text);
	font-family:var(--ggvps-font);
}

.ggvps-single-profile,
.ggvps-single-profile *,
.ggvps-single-profile *::before,
.ggvps-single-profile *::after{
	box-sizing:border-box;
}

.ggvps-shell{
	width:100%;
	max-width:1180px;
	margin:0 auto;
	padding:18px 0 34px;
}

/* =========================================================
   HERO
========================================================= */

.ggvps-hero{
	display:grid;
	grid-template-columns:minmax(240px,34%) minmax(0,1fr);
	gap:28px;
	align-items:stretch;

	margin:0 0 24px;
	padding:22px;

	background:
		radial-gradient(circle at 90% -20%,rgba(22,142,215,.15),transparent 38%),
		radial-gradient(circle at 0 110%,rgba(236,72,153,.12),transparent 35%),
		linear-gradient(145deg,#fff 0%,#f8fbff 56%,#fff7fb 100%);

	border:1px solid var(--ggvps-line);
	border-radius:8px;
	box-shadow:var(--ggvps-shadow);
}

.ggvps-hero-media{
	position:relative;
	min-width:0;
	min-height:360px;
	overflow:hidden;

	background:#e9edf4;
	border:3px solid var(--ggvps-ink);
	border-radius:8px;
	box-shadow:
		7px 8px 0 var(--ggvps-ink),
		0 18px 32px rgba(17,24,39,.18);
}

.ggvps-hero-image{
	display:block;
	width:100%;
	height:100%;
	min-height:360px;

	object-fit:cover;
	object-position:center;

	transition:transform .3s ease,filter .3s ease;
}

.ggvps-hero-media:hover .ggvps-hero-image{
	transform:scale(1.025);
	filter:saturate(1.05) contrast(1.02);
}

.ggvps-media-label,
.ggvps-age-label{
	position:absolute;
	z-index:2;
	display:inline-flex;
	align-items:center;
	justify-content:center;

	min-height:30px;
	padding:0 11px;

	border:2px solid #fff;
	border-radius:8px;
	box-shadow:2px 3px 0 rgba(0,0,0,.65);

	font-size:11px;
	font-weight:900;
	line-height:1;
	text-transform:uppercase;
}

.ggvps-media-label{
	left:12px;
	bottom:12px;
	color:#fff;
	background:rgba(16,21,34,.88);
}

.ggvps-age-label{
	top:12px;
	right:12px;
	color:#fff;
	background:linear-gradient(135deg,#ff5470,#d90429);
}

.ggvps-hero-content{
	display:flex;
	flex-direction:column;
	justify-content:center;
	min-width:0;
	padding:8px 4px;
}

.ggvps-badge-row{
	display:flex;
	flex-wrap:wrap;
	gap:8px;
	margin:0 0 14px;
}

.ggvps-badge{
	display:inline-flex;
	align-items:center;
	min-height:28px;
	padding:0 10px;

	border:1px solid rgba(16,21,34,.14);
	border-radius:8px;

	font-size:10px;
	font-weight:900;
	line-height:1;
	letter-spacing:.03em;
	text-transform:uppercase;
}

.ggvps-badge-brand{
	color:#7f1d1d;
	background:#fff1f2;
}

.ggvps-badge-status{
	color:#065f46;
	background:#ecfdf5;
}

.ggvps-title{
	margin:0;

	color:var(--ggvps-ink);
	font-size:clamp(29px,4vw,48px);
	font-weight:950;
	line-height:1.08;
	letter-spacing:-.045em;

	overflow-wrap:anywhere;
}

.ggvps-title a{
	color:inherit;
	text-decoration:none;
}

.ggvps-update-line{
	display:flex;
	flex-wrap:wrap;
	gap:8px 12px;
	margin:12px 0 0;

	color:var(--ggvps-muted);
	font-size:11px;
	font-weight:750;
	line-height:1.4;
}

.ggvps-hero-intro{
	max-width:720px;
	margin:18px 0;

	color:#50596c;
	font-size:15px;
	line-height:1.7;
}

.ggvps-primary-actions{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:12px;
	margin:0 0 12px;
}

.ggvps-action{
	display:grid;
	grid-template-columns:42px minmax(0,1fr);
	gap:10px;
	align-items:center;

	min-width:0;
	min-height:66px;
	padding:10px 13px;

	color:#fff;
	border:2px solid var(--ggvps-ink);
	border-radius:8px;
	box-shadow:
		0 4px 0 var(--ggvps-ink),
		0 12px 20px rgba(17,24,39,.15);

	text-decoration:none;

	transition:
		transform .18s ease,
		filter .18s ease,
		box-shadow .18s ease;
}

.ggvps-action-telegram{
	background:linear-gradient(135deg,#38d4ff 0%,var(--ggvps-blue) 48%,var(--ggvps-blue-dark) 100%);
}

.ggvps-action-vip{
	background:linear-gradient(135deg,#ff8ac5 0%,var(--ggvps-pink) 42%,var(--ggvps-red) 100%);
}

.ggvps-action-icon{
	display:grid;
	place-items:center;

	width:40px;
	height:40px;

	color:var(--ggvps-ink);
	background:#fff;
	border:2px solid var(--ggvps-ink);
	border-radius:8px;
	box-shadow:2px 2px 0 rgba(0,0,0,.55);

	font-size:19px;
}

.ggvps-action-copy{
	min-width:0;
}

.ggvps-action strong,
.ggvps-action small{
	display:block;
	overflow-wrap:anywhere;
}

.ggvps-action strong{
	font-size:13px;
	font-weight:950;
	line-height:1.2;
}

.ggvps-action small{
	margin-top:3px;
	color:rgba(255,255,255,.85);
	font-size:10px;
	font-weight:700;
	line-height:1.25;
}

.ggvps-action:hover{
	color:#fff;
	transform:translateY(-3px);
	filter:brightness(1.06) saturate(1.08);
	box-shadow:
		0 6px 0 var(--ggvps-ink),
		0 18px 28px rgba(17,24,39,.20);
}

.ggvps-secondary-actions{
	display:flex;
	flex-wrap:wrap;
	gap:8px;
}

.ggvps-secondary-actions a{
	display:inline-flex;
	align-items:center;
	min-height:34px;
	padding:0 11px;

	color:#354052;
	background:#fff;
	border:1px solid var(--ggvps-line);
	border-radius:8px;
	box-shadow:0 5px 12px rgba(17,24,39,.06);

	font-size:10.5px;
	font-weight:850;
	text-decoration:none;
}

.ggvps-secondary-actions a:hover{
	color:var(--ggvps-blue-dark);
	border-color:#9bcff0;
}

/* =========================================================
   NATIVE AD
========================================================= */

.ggvps-native-ad{
	width:100%;
	margin:0 0 24px;
	overflow:hidden;
	border-radius:8px;
}

/* =========================================================
   MAIN LAYOUT
========================================================= */

.ggvps-main-grid{
	display:grid;
	grid-template-columns:minmax(0,1fr) minmax(270px,330px);
	gap:24px;
	align-items:start;
}

.ggvps-main-column,
.ggvps-side-column{
	min-width:0;
}

.ggvps-section{
	margin:0 0 22px;
	padding:24px;

	background:var(--ggvps-surface);
	border:1px solid var(--ggvps-line);
	border-radius:8px;
	box-shadow:0 12px 30px rgba(17,24,39,.08);
}

.ggvps-section-head{
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
	gap:16px;

	margin:0 0 18px;
	padding-bottom:15px;

	border-bottom:1px solid var(--ggvps-line);
}

.ggvps-section-head > div{
	min-width:0;
}

.ggvps-section-head h2{
	margin:3px 0 0;

	color:var(--ggvps-ink);
	font-size:22px;
	font-weight:950;
	line-height:1.15;
	letter-spacing:-.025em;

	overflow-wrap:anywhere;
}

.ggvps-section-head p{
	margin:7px 0 0;

	color:var(--ggvps-muted);
	font-size:11px;
	line-height:1.55;
}

.ggvps-eyebrow{
	display:block;

	color:var(--ggvps-red);
	font-size:10px;
	font-weight:950;
	line-height:1;
	letter-spacing:.08em;
	text-transform:uppercase;
}

.ggvps-section-count{
	display:inline-flex;
	align-items:center;
	min-height:28px;
	padding:0 9px;
	flex:0 0 auto;

	color:#516070;
	background:var(--ggvps-soft);
	border:1px solid var(--ggvps-line);
	border-radius:8px;

	font-size:10px;
	font-weight:850;
	white-space:nowrap;
}

/* =========================================================
   PROFILE FACTS
========================================================= */

.ggvps-facts{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:10px;
}

.ggvps-fact{
	display:grid;
	grid-template-columns:44px minmax(0,1fr);
	gap:11px;
	align-items:center;

	min-width:0;
	min-height:74px;
	padding:12px;

	background:#fafbfc;
	border:1px solid #e5e9ef;
	border-radius:8px;
}

.ggvps-fact-wide{
	grid-column:1 / -1;
}

.ggvps-fact.is-empty{
	background:#fbfbfc;
	border-style:dashed;
}

.ggvps-fact-icon{
	display:grid;
	place-items:center;

	width:42px;
	height:42px;

	background:#fff;
	border:1px solid #dfe4ec;
	border-radius:8px;
	box-shadow:0 5px 12px rgba(17,24,39,.06);

	font-size:19px;
	line-height:1;
}

.ggvps-fact-copy{
	min-width:0;
}

.ggvps-fact-label{
	display:block;
	margin:0 0 4px;

	color:#6c7484;
	font-size:10px;
	font-weight:850;
	line-height:1.25;
}

.ggvps-fact-value{
	display:block;

	color:#202636;
	font-size:12.5px;
	font-weight:900;
	line-height:1.5;

	white-space:normal;
	word-break:break-word;
	overflow-wrap:anywhere;
}

.ggvps-fact.is-empty .ggvps-fact-value{
	color:#9aa2b1;
	font-weight:750;
	font-style:italic;
}

.ggvps-fact-phone{
	position:relative;
	grid-column:1 / -1;
	grid-template-columns:44px minmax(0,1fr) auto;

	background:linear-gradient(135deg,#fff8df 0%,#fff3f8 100%);
	border:1px solid #f1cf7e;
}

.ggvps-fact-phone small{
	display:block;
	margin-top:3px;

	color:#7d6b55;
	font-size:9.5px;
	line-height:1.4;
}

.ggvps-masked-phone{
	font-size:16px;
	letter-spacing:.04em;
}

.ggvps-fact-cta{
	display:inline-flex;
	align-items:center;
	justify-content:center;

	min-height:34px;
	padding:0 11px;

	color:#fff;
	background:linear-gradient(135deg,var(--ggvps-orange),var(--ggvps-red));
	border-radius:8px;
	box-shadow:0 5px 12px rgba(225,29,72,.18);

	font-size:9.5px;
	font-weight:900;
	text-align:center;
	text-decoration:none;
	white-space:nowrap;
}

.ggvps-profile-notice{
	display:grid;
	grid-template-columns:34px minmax(0,1fr);
	gap:10px;
	align-items:center;

	margin-top:14px;
	padding:11px 13px;

	color:#445064;
	background:#f6f9ff;
	border:1px solid #d8e6f5;
	border-radius:8px;
}

.ggvps-profile-notice > span{
	display:grid;
	place-items:center;
	width:32px;
	height:32px;

	background:#e8f4ff;
	border-radius:8px;

	font-size:16px;
}

.ggvps-profile-notice p{
	margin:0;
	font-size:10.5px;
	line-height:1.55;
}

/* =========================================================
   VIDEO
========================================================= */

.ggvps-video-action a,
.ggvps-video-action button{
	display:inline-flex;
	align-items:center;
	justify-content:center;

	min-height:44px;
	padding:0 16px;

	color:#fff;
	background:linear-gradient(135deg,var(--ggvps-pink),var(--ggvps-red));
	border:0;
	border-radius:8px;
	box-shadow:0 7px 16px rgba(225,29,72,.20);

	font-weight:900;
	text-decoration:none;
}

/* =========================================================
   DESCRIPTION + REAL WORDPRESS COMMENTS
========================================================= */

.ggvps-description-card{
	overflow:hidden;

	background:#fff;
	border:1px solid var(--ggvps-line);
	border-radius:8px;
}

.ggvps-description-author{
	display:grid;
	grid-template-columns:44px minmax(0,1fr) auto;
	gap:11px;
	align-items:center;

	padding:13px 15px;

	background:
		linear-gradient(90deg,rgba(22,142,215,.08),rgba(236,72,153,.07)),
		#fafcff;
	border-bottom:1px solid var(--ggvps-line);
}

.ggvps-brand-avatar{
	display:grid;
	place-items:center;

	width:42px;
	height:42px;

	color:#fff;
	background:linear-gradient(135deg,var(--ggvps-red),var(--ggvps-pink),var(--ggvps-blue));
	border:2px solid var(--ggvps-ink);
	border-radius:8px;
	box-shadow:2px 3px 0 var(--ggvps-ink);

	font-size:11px;
	font-weight:950;
}

.ggvps-description-author strong,
.ggvps-description-author small{
	display:block;
}

.ggvps-description-author strong{
	color:var(--ggvps-ink);
	font-size:12px;
	font-weight:950;
}

.ggvps-description-author small{
	margin-top:3px;
	color:var(--ggvps-muted);
	font-size:9.5px;
	line-height:1.35;
}

.ggvps-description-badge{
	display:inline-flex;
	align-items:center;
	min-height:26px;
	padding:0 8px;

	color:#065f46;
	background:#ecfdf5;
	border:1px solid #b7ead7;
	border-radius:8px;

	font-size:8.5px;
	font-weight:900;
	white-space:nowrap;
}

.ggvps-rich-content{
	padding:20px;

	color:#374151;
	font-size:15px;
	line-height:1.82;
}

.ggvps-rich-content > :first-child{
	margin-top:0;
}

.ggvps-rich-content > :last-child{
	margin-bottom:0;
}

.ggvps-rich-content p{
	margin:0 0 1.15em;
}

.ggvps-rich-content h2,
.ggvps-rich-content h3,
.ggvps-rich-content h4{
	color:var(--ggvps-ink);
	line-height:1.3;
}

.ggvps-rich-content img{
	max-width:100%;
	height:auto;
	border-radius:8px;
}

.ggvps-rich-content a{
	color:var(--ggvps-blue-dark);
	font-weight:750;
	overflow-wrap:anywhere;
}

.ggvps-rich-content blockquote{
	margin:20px 0;
	padding:14px 16px;

	background:#fff8e8;
	border:0;
	border-left:4px solid var(--ggvps-gold);
	border-radius:8px;

	color:#5e4b2d;
}

.ggvps-content-empty{
	display:grid;
	grid-template-columns:40px minmax(0,1fr);
	gap:11px;
	align-items:center;

	padding:14px;

	background:#fafbfc;
	border:1px dashed #cfd5df;
	border-radius:8px;
}

.ggvps-content-empty span{
	font-size:23px;
}

.ggvps-content-empty p{
	margin:0;
	color:var(--ggvps-muted);
	font-size:11px;
}

.ggvps-reviews{
	margin-top:18px;
	padding-top:18px;
	border-top:1px solid var(--ggvps-line);
}

.ggvps-reviews-head{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:14px;
	margin-bottom:12px;
}

.ggvps-reviews-head h3{
	margin:0;

	color:var(--ggvps-ink);
	font-size:16px;
	font-weight:950;
}

.ggvps-reviews-head p{
	margin:4px 0 0;

	color:var(--ggvps-muted);
	font-size:9.5px;
	line-height:1.4;
}

.ggvps-reviews-head > a{
	display:inline-flex;
	align-items:center;
	min-height:32px;
	padding:0 10px;

	color:#fff;
	background:var(--ggvps-ink);
	border-radius:8px;

	font-size:9px;
	font-weight:900;
	text-decoration:none;
	white-space:nowrap;
}

.ggvps-review-list{
	display:grid;
	gap:10px;
}

.ggvps-review-card{
	padding:13px;

	background:#fafbfc;
	border:1px solid #e5e9ef;
	border-radius:8px;
}

.ggvps-review-user{
	display:grid;
	grid-template-columns:44px minmax(0,1fr) auto;
	gap:10px;
	align-items:center;
}

.ggvps-review-avatar{
	display:block;
	width:44px;
	height:44px;

	border:2px solid #fff;
	border-radius:50%;
	box-shadow:0 0 0 1px #dfe4ec;
}

.ggvps-review-user strong,
.ggvps-review-user small{
	display:block;
}

.ggvps-review-user strong{
	color:var(--ggvps-ink);
	font-size:11px;
	font-weight:950;
}

.ggvps-review-user small{
	margin-top:3px;
	color:var(--ggvps-muted);
	font-size:8.5px;
}

.ggvps-review-status{
	display:inline-flex;
	align-items:center;
	min-height:24px;
	padding:0 8px;

	color:#065f46;
	background:#ecfdf5;
	border:1px solid #b7ead7;
	border-radius:8px;

	font-size:8px;
	font-weight:900;
	white-space:nowrap;
}

.ggvps-review-card > p{
	margin:11px 0 8px;

	color:#4b5563;
	font-size:11px;
	line-height:1.65;

	overflow-wrap:anywhere;
}

.ggvps-review-link{
	color:var(--ggvps-blue-dark);
	font-size:9px;
	font-weight:900;
	text-decoration:none;
}

.ggvps-no-reviews{
	display:grid;
	grid-template-columns:42px minmax(0,1fr) auto;
	gap:11px;
	align-items:center;

	padding:13px;

	background:#fafbfc;
	border:1px dashed #cfd5df;
	border-radius:8px;
}

.ggvps-no-reviews > span{
	display:grid;
	place-items:center;

	width:40px;
	height:40px;

	background:#eef6ff;
	border-radius:8px;

	font-size:19px;
}

.ggvps-no-reviews strong{
	display:block;

	color:var(--ggvps-ink);
	font-size:11px;
	font-weight:950;
}

.ggvps-no-reviews p{
	margin:3px 0 0;

	color:var(--ggvps-muted);
	font-size:9.5px;
	line-height:1.4;
}

.ggvps-no-reviews > a{
	display:inline-flex;
	align-items:center;
	min-height:32px;
	padding:0 10px;

	color:#fff;
	background:linear-gradient(135deg,var(--ggvps-blue),var(--ggvps-blue-dark));
	border-radius:8px;

	font-size:9px;
	font-weight:900;
	text-decoration:none;
	white-space:nowrap;
}

.ggvps-review-disclaimer{
	margin-top:12px;
	padding:10px 12px;

	color:#7a6851;
	background:#fff9ea;
	border:1px solid #f0dfac;
	border-radius:8px;

	font-size:9px;
	line-height:1.5;
}

/* =========================================================
   SIDEBAR
========================================================= */

.ggvps-side-column{
	position:relative;
}

.ggvps-booking-card{
	position:sticky;
	top:18px;

	padding:22px;

	color:#f8fafc;
	background:
		radial-gradient(circle at 100% 0,rgba(56,212,255,.18),transparent 38%),
		linear-gradient(145deg,#182132 0%,#0c1019 100%);

	border:3px solid var(--ggvps-ink);
	border-radius:8px;
	box-shadow:
		0 7px 0 var(--ggvps-ink),
		0 18px 36px rgba(17,24,39,.24);
}

.ggvps-card-kicker{
	display:inline-flex;
	align-items:center;
	min-height:25px;
	padding:0 8px;

	color:#071018;
	background:linear-gradient(135deg,#8fe8ff,#ffe45c);
	border:2px solid #000;
	border-radius:8px;

	font-size:9px;
	font-weight:950;
	text-transform:uppercase;
}

.ggvps-booking-card h2{
	margin:15px 0 9px;

	color:#fff;
	font-size:22px;
	font-weight:950;
	line-height:1.18;
	letter-spacing:-.03em;
}

.ggvps-booking-card > p{
	margin:0 0 16px;

	color:#b9c3d2;
	font-size:12px;
	line-height:1.6;
}

.ggvps-phone-preview{
	margin:0 0 15px;
	padding:13px;

	background:rgba(255,255,255,.07);
	border:1px solid rgba(255,255,255,.13);
	border-radius:8px;
}

.ggvps-phone-preview span,
.ggvps-phone-preview strong,
.ggvps-phone-preview small{
	display:block;
}

.ggvps-phone-preview span{
	color:#a9b5c7;
	font-size:9px;
	font-weight:850;
	text-transform:uppercase;
}

.ggvps-phone-preview strong{
	margin:5px 0;

	color:#fff;
	font-size:18px;
	letter-spacing:.04em;

	overflow-wrap:anywhere;
}

.ggvps-phone-preview small{
	color:#a9b5c7;
	font-size:9.5px;
	line-height:1.4;
}

.ggvps-side-button{
	display:flex;
	align-items:center;
	justify-content:center;

	width:100%;
	min-height:44px;
	margin:9px 0 0;
	padding:0 12px;

	color:#fff;
	background:#263247;
	border:1px solid rgba(255,255,255,.17);
	border-radius:8px;
	box-shadow:0 4px 0 rgba(0,0,0,.72);

	font-size:11px;
	font-weight:900;
	text-align:center;
	text-decoration:none;

	transition:transform .18s ease,filter .18s ease;
}

.ggvps-side-button-primary{
	background:linear-gradient(135deg,#38d4ff,var(--ggvps-blue-dark));
}

.ggvps-side-button-gold{
	color:#2e1a00;
	background:linear-gradient(135deg,#fff2a8,var(--ggvps-gold),var(--ggvps-orange));
	text-shadow:0 1px 0 rgba(255,255,255,.55);
}

.ggvps-side-button:hover{
	color:inherit;
	transform:translateY(-2px);
	filter:brightness(1.07);
}

.ggvps-trust-list{
	margin:18px 0 0;
	padding:15px 0 0;

	border-top:1px solid rgba(255,255,255,.12);
	list-style:none;
}

.ggvps-trust-list li{
	position:relative;
	margin:8px 0;
	padding-left:18px;

	color:#b8c2d1;
	font-size:10px;
	line-height:1.45;
}

.ggvps-trust-list li::before{
	content:"✓";
	position:absolute;
	left:0;
	top:0;

	color:#6ee7b7;
	font-weight:950;
}

.ggvps-promo-card{
	margin-top:20px;
	padding:20px;

	background:linear-gradient(145deg,#fff4f9,#fff8e8);
	border:2px solid #f2aac8;
	border-radius:8px;
	box-shadow:0 12px 24px rgba(17,24,39,.08);
}

.ggvps-promo-badge{
	display:inline-flex;
	align-items:center;
	min-height:25px;
	padding:0 8px;

	color:#3a1300;
	background:linear-gradient(135deg,#fff6a4,#ffe45c,#ffb11b);
	border:2px solid #3a1300;
	border-radius:8px;
	box-shadow:2px 2px 0 rgba(58,19,0,.75);

	font-size:9px;
	font-weight:950;
}

.ggvps-promo-card h3{
	margin:14px 0 7px;

	color:var(--ggvps-ink);
	font-size:18px;
	font-weight:950;
	line-height:1.2;
}

.ggvps-promo-card p{
	margin:0;

	color:#687083;
	font-size:11px;
	line-height:1.55;
}

.ggvps-promo-card a{
	display:inline-flex;
	align-items:center;
	justify-content:center;

	min-height:38px;
	margin-top:13px;
	padding:0 13px;

	color:#fff;
	background:linear-gradient(135deg,var(--ggvps-pink),var(--ggvps-red));
	border-radius:8px;

	font-size:10px;
	font-weight:900;
	text-decoration:none;
}

.ggvps-side-links{
	display:grid;
	gap:10px;
	margin-top:20px;
}

.ggvps-side-links > a{
	display:grid;
	grid-template-columns:36px minmax(0,1fr);
	gap:10px;
	align-items:center;

	min-width:0;
	padding:11px;

	color:#273043;
	background:#fff;
	border:1px solid var(--ggvps-line);
	border-radius:8px;
	box-shadow:0 8px 18px rgba(17,24,39,.06);

	text-decoration:none;
}

.ggvps-side-links > a > span:first-child{
	display:grid;
	place-items:center;

	width:36px;
	height:36px;

	background:#f4f7fb;
	border-radius:8px;

	font-size:16px;
}

.ggvps-side-links strong,
.ggvps-side-links small{
	display:block;
}

.ggvps-side-links strong{
	font-size:10.5px;
	font-weight:950;
}

.ggvps-side-links small{
	margin-top:2px;

	color:var(--ggvps-muted);
	font-size:8.8px;
	line-height:1.35;
}

/* =========================================================
   CUBE BLOG ENTRY FOOTER OUTPUT
========================================================= */

.ggvps-entry-footer{
	margin-top:24px;
	padding:18px;

	background:#fff;
	border:1px solid var(--ggvps-line);
	border-radius:8px;
	box-shadow:0 10px 24px rgba(17,24,39,.07);
}

.ggvps-entry-footer-head{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:12px;

	margin-bottom:12px;
	padding-bottom:11px;

	border-bottom:1px solid var(--ggvps-line);
}

.ggvps-entry-footer-head > span{
	color:var(--ggvps-ink);
	font-size:13px;
	font-weight:950;
}

.ggvps-entry-footer-head > small{
	color:var(--ggvps-muted);
	font-size:9.5px;
	text-align:right;
}

.ggvps-entry-footer-content{
	display:flex;
	flex-wrap:wrap;
	gap:9px;
	align-items:center;
}

.ggvps-entry-footer .cat-links,
.ggvps-entry-footer .tags-links,
.ggvps-entry-footer .comments-link,
.ggvps-entry-footer .edit-link{
	display:flex;
	flex-wrap:wrap;
	gap:6px;
	align-items:center;

	min-width:0;
	margin:0;
	padding:8px 10px;

	color:#5a6476;
	background:#f7f8fb;
	border:1px solid #e4e8ef;
	border-radius:8px;

	font-size:10px;
	font-weight:800;
	line-height:1.4;
}

.ggvps-entry-footer .cat-links::before{
	content:"📍";
}

.ggvps-entry-footer .tags-links::before{
	content:"🏷️";
}

.ggvps-entry-footer .comments-link::before{
	content:"💬";
}

.ggvps-entry-footer .edit-link::before{
	content:"✏️";
}

.ggvps-entry-footer a{
	display:inline-flex;
	align-items:center;
	min-height:24px;
	padding:0 7px;

	color:var(--ggvps-blue-dark);
	background:#fff;
	border:1px solid #dfe4ec;
	border-radius:8px;

	font-size:9px;
	font-weight:900;
	text-decoration:none;

	overflow-wrap:anywhere;
}

.ggvps-entry-footer a:hover{
	color:#fff;
	background:var(--ggvps-blue-dark);
	border-color:var(--ggvps-blue-dark);
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width:980px){
	.ggvps-hero{
		grid-template-columns:minmax(210px,36%) minmax(0,1fr);
		gap:20px;
		padding:18px;
	}

	.ggvps-main-grid{
		grid-template-columns:minmax(0,1fr) 280px;
		gap:18px;
	}

	.ggvps-primary-actions{
		grid-template-columns:1fr;
	}
}

@media (max-width:760px){
	.ggvps-shell{
		padding-top:10px;
	}

	.ggvps-hero{
		grid-template-columns:1fr;
		gap:18px;
		padding:14px;
		border-radius:8px;
	}

	.ggvps-hero-media{
		min-height:0;
		aspect-ratio:4 / 5;
		border-width:2px;
		border-radius:8px;
		box-shadow:
			4px 5px 0 var(--ggvps-ink),
			0 12px 22px rgba(17,24,39,.16);
	}

	.ggvps-hero-image{
		min-height:0;
	}

	.ggvps-hero-content{
		padding:3px 2px 4px;
	}

	.ggvps-title{
		font-size:clamp(27px,9vw,38px);
	}

	.ggvps-primary-actions{
		grid-template-columns:1fr;
	}

	.ggvps-main-grid{
		grid-template-columns:1fr;
	}

	.ggvps-booking-card{
		position:static;
	}

	.ggvps-facts{
		grid-template-columns:1fr;
	}

	.ggvps-fact,
	.ggvps-fact-wide,
	.ggvps-fact-phone{
		grid-column:auto;
	}

	.ggvps-fact-phone{
		grid-template-columns:44px minmax(0,1fr);
	}

	.ggvps-fact-cta{
		grid-column:1 / -1;
		justify-self:stretch;
	}

	.ggvps-section{
		padding:18px;
		border-radius:8px;
	}

	.ggvps-entry-footer-content{
		display:grid;
		grid-template-columns:1fr;
	}
}

@media (max-width:520px){
	.ggvps-hero{
		margin-bottom:18px;
		padding:11px;
		border-radius:8px;
	}

	.ggvps-hero-media{
		border-radius:8px;
	}

	.ggvps-action{
		grid-template-columns:38px minmax(0,1fr);
		min-height:60px;
		padding:9px 10px;
		border-radius:8px;
	}

	.ggvps-action-icon{
		width:36px;
		height:36px;
		border-radius:8px;
		font-size:17px;
	}

	.ggvps-action strong{
		font-size:12px;
	}

	.ggvps-secondary-actions{
		display:grid;
		grid-template-columns:1fr;
	}

	.ggvps-secondary-actions a{
		justify-content:center;
	}

	.ggvps-section{
		padding:15px;
	}

	.ggvps-section-head{
		align-items:flex-start;
	}

	.ggvps-section-count{
		display:none;
	}

	.ggvps-fact{
		grid-template-columns:38px minmax(0,1fr);
		gap:9px;
		min-height:68px;
		padding:10px;
	}

	.ggvps-fact-icon{
		width:36px;
		height:36px;
		border-radius:8px;
		font-size:17px;
	}

	.ggvps-fact-value{
		font-size:11.5px;
	}

	.ggvps-description-author{
		grid-template-columns:40px minmax(0,1fr);
	}

	.ggvps-description-badge{
		grid-column:1 / -1;
		justify-self:start;
	}

	.ggvps-rich-content{
		padding:15px;
		font-size:14px;
	}

	.ggvps-reviews-head{
		align-items:flex-start;
	}

	.ggvps-review-user{
		grid-template-columns:40px minmax(0,1fr);
	}

	.ggvps-review-avatar{
		width:40px;
		height:40px;
	}

	.ggvps-review-status{
		grid-column:1 / -1;
		justify-self:start;
	}

	.ggvps-no-reviews{
		grid-template-columns:40px minmax(0,1fr);
	}

	.ggvps-no-reviews > a{
		grid-column:1 / -1;
		justify-self:stretch;
		justify-content:center;
	}

	.ggvps-booking-card{
		padding:18px;
		border-radius:8px;
	}

	.ggvps-entry-footer-head{
		align-items:flex-start;
		flex-direction:column;
	}

	.ggvps-entry-footer-head > small{
		text-align:left;
	}
}

@media (max-width:360px){
	.ggvps-update-line{
		display:grid;
		grid-template-columns:1fr;
	}

	.ggvps-fact-phone{
		grid-template-columns:1fr;
	}

	.ggvps-fact-phone .ggvps-fact-icon{
		justify-self:start;
	}

	.ggvps-reviews-head{
		display:grid;
		grid-template-columns:1fr;
	}

	.ggvps-reviews-head > a{
		justify-self:start;
	}
}

@media (prefers-reduced-motion:reduce){
	.ggvps-hero-image,
	.ggvps-action,
	.ggvps-side-button{
		transition:none;
	}

	.ggvps-hero-media:hover .ggvps-hero-image,
	.ggvps-action:hover,
	.ggvps-side-button:hover{
		transform:none;
		filter:none;
	}
}

/* =========================================================
   Customizer controls
========================================================= */

/*
* Cube Blog Customize Controls CSS File
*/

#customize-theme-controls .control-section-upsell {
	display: block !important; 
}

.wp-core-ui .control-section-upsell .button-secondary {
	color: #fff;
	display: block;
	margin-top: -3px;
	font-weight: 600;
	background: #5cb85c;
	border-color: #5cb85c; 
	box-shadow: none;
}

.wp-core-ui .control-section-upsell .button-secondary:hover,
.wp-core-ui .control-section-upsell .button-secondary:focus {
	background: #47a447;
	border-color: #47a447; 
}


/* =========================================================
   Editor blocks
========================================================= */

/*
Theme Name: Cube Blog
Description: Used to style Gutenberg Blocks.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Blocks - Common Blocks
2.0 Blocks - Formatting
3.0 Blocks - Layout Elements
4.0 Blocks - Widgets
5.0 Blocks - Color Settings
6.0 Blocks - Text Settings
7.0 Blocks - Editor Max Size

--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 General Block Styles
--------------------------------------------------------------*/

/* Captions */

[class^="wp-block-"]:not(.wp-block-gallery) figcaption {
	font-style: italic;
	margin-bottom: 1.5em;
	text-align: left;
}

.rtl [class^="wp-block-"]:not(.wp-block-gallery) figcaption {
	text-align: right;
}

/*--------------------------------------------------------------
2.0 Blocks - Common Blocks
--------------------------------------------------------------*/

/* Paragraph */

p.has-drop-cap:not(:focus)::first-letter {
	font-size: 5em;
	margin-top: 0.075em;
}

/* Image */

.wp-block-image {
	margin-bottom: 1.5em;
}

.wp-block-image figure {
	margin-bottom: 0;
	margin-top: 0;
}

.wp-block-image figure.alignleft {
	margin-right: 1.5em;
}

.wp-block-image figure.alignright {
	margin-left: 1.5em;
}

/* Gallery */

.wp-block-gallery {
	margin-bottom: 1.5em;
}

.wp-block-gallery figcaption {
	font-style: italic;
}

.wp-block-gallery.aligncenter {
	display: flex;
	margin: 0 -8px;
}

/* Quote */

.wp-block-quote.alignleft p:last-of-type,
.wp-block-quote.alignright p:last-of-type {
	margin-bottom: 0;
}

.wp-block-quote cite {
	color: inherit;
	font-size: inherit;
}

.wp-block-quote,
.wp-block-quote:not(.is-large):not(.is-style-large),
.wp-block-pullquote {
    border-left: 4px solid #aaa;
    padding: 1em;
}

.wp-block-quote.is-large {
    padding: 1em 2em;
}

/* Audio */

.wp-block-audio audio {
	display: block;
	width: 100%;
}

/* Cover */

.wp-block-cover-image.alignright,
.wp-block-cover.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover.alignleft,
.wp-block-cover-image.aligncenter,
.wp-block-cover.aligncenter {
	display: flex;
}

.no-sidebar .wp-block-cover.alignfull,
.no-sidebar .wp-block-image.alignfull,
.no-sidebar .wp-block-gallery.alignfull,
.no-sidebar .wp-block-pullquote.alignfull,
.no-sidebar .wp-block-table.alignfull,
.no-sidebar .wp-block-audio.alignfull,
.no-sidebar .wp-block-categories.alignfull {    
    width: 100vw;
    max-width : 100vw;
    margin-left  : calc( -100vw / 2 + 100% / 2 );
    margin-right : calc( -100vw / 2 + 100% / 2 );
}
.no-sidebar .wp-block-embed.is-type-video.alignfull iframe {    
    width: 100vw !important;
    max-width : 100vw;
    margin-left  : calc( -100vw / 2 + 100% / 2 ) !important;
    margin-right : calc( -100vw / 2 + 100% / 2 ) !important;
}

.no-sidebar .wp-block-image.alignfull figcaption,
.no-sidebar .wp-block-audio.alignfull figcaption {
    text-align: center;
    max-width: 1200px;
    width: 90%;
    padding: 0 15px;
    margin: 5px auto 0;
}

.no-sidebar .wp-block-table.alignfull {
    display: table;
}

.no-sidebar .wp-block-audio.alignfull {
	padding: 0 20px;
}

.no-sidebar .wp-block-categories.alignfull {
    padding: 0 50px;
}

.no-sidebar .wp-block-gallery.alignfull {
    padding: 0 25px;
}

/* File */

.wp-block-file .wp-block-file__button {
	background-color: #222;
	-webkit-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	margin-top: 2em;
	padding: 0.7em 2em;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	white-space: nowrap;
}

.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus {
	background-color: #767676;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Separator */

.wp-block-separator {
	border-color: #eee;
	border: 0;
}
/*--------------------------------------------------------------
3.0 Blocks - Formatting
--------------------------------------------------------------*/

/* Code */

.wp-block-code {
	background: transparent;
	border: 0;
	padding: 0;
}

/* Pullquote */

.wp-block-pullquote {
	border: 0;
	border-top: 4px solid #aaa;
	border-bottom: 4px solid #aaa;
    padding: 1em;
}

.wp-block-pullquote__citation,
.wp-block-pullquote cite {
	font-size: inherit;
	text-transform: none;
}

/* Table */

.wp-block-table thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

.wp-block-table tr {
	border-bottom: 1px solid #eee;
}

.wp-block-table th,
.wp-block-table td {
    border-color: #ccc;
    padding: 15px 25px;
}

.rtl .wp-block-table th,
.rtl .wp-block-table td {
	text-align: right;
}

/*--------------------------------------------------------------
4.0 Blocks - Layout Elements
--------------------------------------------------------------*/

/* Buttons */

.wp-block-button__link {
	padding: 16px 40px;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
	background-color: #26cdff;
    color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Separator */

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100px;
}

/* Media & Text */

.wp-block-media-text {
	margin-bottom: 1.5em;
}

.wp-block-media-text *:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
5.0 Blocks - Widgets
--------------------------------------------------------------*/

/* Archives, Categories & Latest Posts */

.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter,
.wp-block-categories.aligncenter ul {
	list-style-position: inside;
	text-align: center;
}

/* Comments */

.blog:not(.has-sidebar) #primary .wp-block-latest-comments article,
.archive:not(.page-one-column):not(.has-sidebar) #primary .wp-block-latest-comments article,
.search:not(.has-sidebar) #primary .wp-block-latest-comments article {
	float: none;
	width: 100%;
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
	border-radius:8px;
}

.wp-block-latest-comments a {
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);

}

.wp-block-latest-comments__comment-meta {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0.4em;
}

.wp-block-latest-comments__comment-author,
.wp-block-latest-comments__comment-link {
	font-weight: 700;
	text-decoration: none;
}

.wp-block-latest-comments__comment-date {
	color: #767676;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	margin-top: 0.4em;
	text-transform: uppercase;
}

.editor-block-list__block .wp-block-latest-comments__comment-excerpt p {
	font-size: 14px;
	font-size: 0.875rem;
}

/*--------------------------------------------------------------
5.0 Blocks - Color Settings
--------------------------------------------------------------*/

/* Background Color */

.has-blue-background-color {
    background-color: #2c7dfa;
}

.has-green-background-color {
    background-color: #07d79c;
}

.has-orange-background-color {
    background-color: #ff8737;
}

.has-black-background-color {
    background-color: #2f3633;
}

.has-grey-background-color {
    background-color: #82868b;
}

/* Text Color */

.has-blue-color {
    color: #2c7dfa;
}

.has-green-color {
    color: #07d79c;
}

.has-orange-color {
    color: #ff8737;
}

.has-black-color {
    color: #2f3633;
}

.has-grey-color {
    color: #82868b;
}

/*--------------------------------------------------------------
6.0 Blocks - Text Settings
--------------------------------------------------------------*/
.has-larger-font-size {
	font-size: 36px;
    font-size: 2.25rem;
}
.has-huge-font-size {
	font-size: 48px;
    font-size: 3rem;
}
.has-larger-font-size,
.has-huge-font-size {
    line-height: 1.5;
}

@media screen and (max-width: 992px) {
	.has-larger-font-size {
	    font-size: 30px;
	    font-size: 1.875rem;
	}
	.has-huge-font-size {
	    font-size: 38px;
	    font-size: 2.375rem;
	}
}
@media screen and (max-width: 767px) {
	.has-larger-font-size {
	    font-size: 24px;
	    font-size: 1.5rem;
	}
	.has-huge-font-size {
	    font-size: 28px;
	    font-size: 1.75rem;
	}
}
@media screen and (max-width: 567px) {
	.has-larger-font-size,
	.has-huge-font-size {
	    font-size: 16px;
	    font-size: 1rem;
        line-height: 28px;
	}
}

/*--------------------------------------------------------------
7.0 Blocks - Editor Max Size
--------------------------------------------------------------*/
.wp-block {
    max-width: 840px;
}

/* =========================================================
   Editor style
========================================================= */

/*
Theme Name: Cube Blog
Description: Used to style Gutenberg Editor.
*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #6f6f6f;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 28px;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 16px;
    line-height: 1.4;
    clear: both;
    color: #000;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

.editor-post-title__input {
    font-family: 'Inter', sans-serif;
}

p {
    margin: 0 0 1.5em;
}

p:last-child {
    margin: 0;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
    border-left: 3px solid #000;
    padding: 15px;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 0;
    padding-left: 1.5em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
}

table, td, th {  
  border: 1px solid #ddd;
  text-align: left;
}

th, td {
  padding: 15px;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #f1868a;
    text-decoration: none;
}

a:hover, 
a:focus, 
a:active {
    color: #000;
}

a:focus {
    outline: thin dotted;
}

a:hover, 
a:active {
    outline: 0;
}

/* =========================================================
   Khu vực gái gọi – moved from page template
========================================================= */

/* Khung tổng */
.khuvuc-container {
  max-width: 1200px;
  margin: 40px auto;
  padding: 20px;
  font-family: "Inter", sans-serif;
  color: #f1f1f1;
}

/* Tiêu đề */
.khuvuc-title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
  color: #483d8b;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Thanh filter A-Z */
.khuvuc-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  background: #1e1e1e;
  padding: 12px 20px;
  border-radius:8px;
  margin-bottom: 30px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}
.khuvuc-filter a {
  color: #f9c74f;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.2s ease;
}
.khuvuc-filter a:hover {
  color: #fff;
}

/* Danh sách cha */
.khuvuc-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.khuvuc-list .parent-cat {
  background: #262b31;
  padding: 18px;
  border-radius:8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.khuvuc-list .parent-cat h3 {
  font-size: 18px;
  font-weight: bold;
  color: #f9c74f;
  margin: 0 0 12px 0;
  border-bottom: 2px solid #f9c74f;
  padding-bottom: 6px;
}
.khuvuc-list .parent-cat h3 a {
  color: #f9c74f;
  text-decoration: none;
}
.khuvuc-list .parent-cat h3 .count {
  font-size: 14px;
  color: #aaa;
  margin-left: 6px;
}

/* Danh mục con */
.khuvuc-list .parent-cat ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.khuvuc-list .parent-cat ul li {
  margin: 6px 0;
}
.khuvuc-list .parent-cat ul li a {
  color: #eee;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.2s ease;
}
.khuvuc-list .parent-cat ul li a:hover {
  color: #f9c74f;
}
.khuvuc-list .parent-cat ul li .count {
  font-size: 13px;
  color: #888;
  margin-left: 4px;
}


/* =========================================================
   QUIET BLOG EXACT RECOVERY BASELINE
   Chỉ chuẩn hóa font, kích thước đọc và các phần tử đã bỏ inline style.
========================================================= */
:root{
    --gg-font-body:"Inter",sans-serif;
    --gg-font-heading:"Quicksand",sans-serif;
}

html{font-size:16px;}
body,
button,
input,
select,
optgroup,
textarea,
.entry-content,
.widget,
table{
    font-family:var(--gg-font-body)!important;
}

h1,h2,h3,h4,h5,h6,
.site-title,
.site-description,
.entry-title,
.section-title,
.widget-title,
.navigation-menu,
.navigation-menu a,
.menu-toggle,
.gx-btn,
.ggv-service-panel,
.wp_rss_retriever--columns{
    font-family:var(--gg-font-heading)!important;
}

body{font-size:16px;line-height:1.7;}
.navigation-menu a{font-size:14px;}
.entry-title{font-size:18px;line-height:1.4;}
.widget,.widget a{font-size:14px;line-height:1.6;}
.entry-content{font-size:16px;line-height:1.8;}

.gg-header-social-icons{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    gap:8px;
    margin:10px 0;
}
.gg-header-social-icons a{display:inline-flex;line-height:0;}
.gg-header-social-icon{
    display:block;
    width:48px!important;
    height:48px!important;
    object-fit:contain;
    overflow:hidden;
    border-radius:8px;
    transition:transform .18s ease,filter .18s ease;
}
.gg-header-social-icons a:hover .gg-header-social-icon{
    transform:translateY(-2px);
    filter:brightness(1.08) saturate(1.1);
}
.gg-header-ad{width:100%;max-width:100%;overflow:hidden;text-align:center;}


/* Page Khu Vực responsive recovery. */
@media(max-width:900px){
    .khuvuc-list{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:620px){
    .khuvuc-container{margin:20px auto;padding:12px;}
    .khuvuc-title{font-size:24px;}
    .khuvuc-filter{gap:8px;padding:10px;border-radius:8px;}
    .khuvuc-filter a{font-size:14px;}
    .khuvuc-list{grid-template-columns:1fr;gap:14px;}
}

@media(max-width:768px){
    body{font-size:15px;}
    .navigation-menu a{font-size:13px;}
    .entry-title{font-size:16px;}
    .entry-content{font-size:15px;}
    .gg-header-social-icon{width:42px!important;height:42px!important;}
}

/* =========================================================
   GÁI GỌI v1.1.2 — PROFILE, NAVIGATION & SUPPORT RECOVERY
   All theme blocks use an 8px radius. Circular avatars/status dots remain round.
========================================================= */

:root{
	--gg-radius:8px;
	--gg-font-body:"Inter",sans-serif;
	--gg-font-heading:"Quicksand","Inter",sans-serif;
	--gg-ink:#121826;
	--gg-line:#dfe4ec;
	--gg-cyan:#21c8f6;
	--gg-blue:#2563eb;
	--gg-pink:#ec4899;
	--gg-red:#e11d48;
	--gg-yellow:#ffd84d;
}

body,
button,
input,
select,
textarea{
	font-family:var(--gg-font-body)!important;
}

h1,h2,h3,h4,h5,h6,
.site-title,
.widget-title,
.navigation-menu a,
.menu-toggle,
.ggvps-title,
.ggvps-section-head h2,
.ggv-support-dock{
	font-family:var(--gg-font-heading)!important;
}

/* Radius standard for visible UI blocks. */
.site-header,
.site-branding,
.navigation-menu,
.navigation-menu ul,
.navigation-menu ul ul,
.blog-post-item,
.featured-image,
.widget,
.widget-title,
.entry-content,
.entry-footer,
.site-main .post-navigation,
.site-main .post-navigation a,
.pagination .page-numbers,
input:not([type="radio"]):not([type="checkbox"]),
select,
textarea,
button,
.wp-block-button__link,
.search-form,
.search-field,
.search-submit,
.ggvps-hero,
.ggvps-hero-media,
.ggvps-section,
.ggvps-fact,
.ggvps-action,
.ggvps-badge,
.ggvps-booking-card,
.ggvps-promo-card,
.ggvps-side-links>a,
.ggvps-description-card,
.ggvps-review-card,
.ggv-service-panel,
.ggv-service-card,
.wp_rss_retriever--columns,
.wp_rss_retriever_item{
	border-radius:8px;
}

.avatar,
.ggvps-review-avatar,
.live-dot,
.status-dot{
	border-radius:50%!important;
}

/* =========================================================
   WIDGET TITLES — HONEYTOON / COMIC
========================================================= */

#secondary .widget,
#footer-widgets .widget{
	overflow:visible;
}

#secondary .widget-title,
#footer-widgets .widget-title,
.widget_block>.wp-block-heading,
.widget_block>h2,
.widget_block>h3{
	position:relative!important;
	display:flex!important;
	align-items:center!important;
	min-height:46px!important;
	margin:0 0 16px!important;
	padding:9px 14px 9px 19px!important;
	clip-path:none!important;
	color:#fff!important;
	background:linear-gradient(135deg,#26344d 0%,#111827 62%,#0b1020 100%)!important;
	border:2px solid #080b12!important;
	border-radius:8px;
	box-shadow:4px 4px 0 #080b12,0 10px 22px rgba(17,24,39,.18)!important;
	font-size:17px!important;
	font-weight:900!important;
	line-height:1.25!important;
	letter-spacing:-.02em!important;
	text-transform:none!important;
}

#secondary .widget-title::before,
#footer-widgets .widget-title::before,
.widget_block>.wp-block-heading::before,
.widget_block>h2::before,
.widget_block>h3::before{
	content:""!important;
	position:absolute!important;
	left:6px!important;
	top:7px!important;
	bottom:7px!important;
	width:5px!important;
	background:linear-gradient(180deg,var(--gg-cyan),var(--gg-yellow),var(--gg-pink))!important;
	border:1px solid #05070c!important;
	border-radius:8px;
	box-shadow:none!important;
	transform:none!important;
}

#secondary .widget-title::after,
#footer-widgets .widget-title::after{
	display:none!important;
}

#footer-widgets .widget-title{
	background:linear-gradient(135deg,#1e293b,#0b1020)!important;
	border-color:rgba(255,255,255,.18)!important;
	box-shadow:4px 4px 0 rgba(0,0,0,.72)!important;
}

/* =========================================================
   SEARCH — CLASSIC + BLOCK + HEADER
========================================================= */

.navigation-menu .search-form{
	position:static!important;
	float:none!important;
	top:auto!important;
	right:auto!important;
	width:100%!important;
}

.search-form,
.gg-search-form,
.widget_search form.search-form,
.wp-block-search{
	width:100%!important;
	margin:0!important;
}

.gg-search-control,
.search-form:not(.gg-search-form),
.wp-block-search__inside-wrapper{
	display:grid!important;
	grid-template-columns:minmax(0,1fr) auto!important;
	align-items:stretch!important;
	gap:8px!important;
	width:100%!important;
	padding:0!important;
	background:transparent!important;
	border:0!important;
}

.search-form input[type="search"],
.wp-block-search__input{
	position:static!important;
	width:100%!important;
	min-width:0!important;
	height:46px!important;
	margin:0!important;
	padding:0 13px!important;
	color:#202636!important;
	background:#fff!important;
	border:2px solid #cfd6e2!important;
	border-radius:8px;
	box-shadow:inset 0 1px 3px rgba(17,24,39,.06)!important;
	font-size:14px!important;
	font-weight:600!important;
	line-height:1!important;
}

.search-form input[type="search"]:focus,
.wp-block-search__input:focus{
	outline:3px solid rgba(33,200,246,.24)!important;
	outline-offset:1px!important;
	border-color:var(--gg-blue)!important;
}

.search-form .search-submit,
.widget_search input[type="submit"],
.wp-block-search__button{
	position:static!important;
	display:inline-flex!important;
	align-items:center!important;
	justify-content:center!important;
	gap:6px!important;
	width:auto!important;
	min-width:82px!important;
	height:46px!important;
	margin:0!important;
	padding:0 14px!important;
	color:#08111c!important;
	background:linear-gradient(135deg,#7ee8ff 0%,#21c8f6 45%,#ffd84d 100%)!important;
	border:2px solid #080b12!important;
	border-radius:8px;
	box-shadow:3px 3px 0 #080b12!important;
	font-size:13px!important;
	font-weight:900!important;
	line-height:1!important;
	text-transform:none!important;
}

.search-form .search-submit:hover,
.search-form .search-submit:focus,
.wp-block-search__button:hover,
.wp-block-search__button:focus{
	color:#fff!important;
	background:linear-gradient(135deg,var(--gg-blue),#4338ca)!important;
	transform:translateY(-1px)!important;
}

/* =========================================================
   PRIMARY MENU — COMPACT, BALANCED, SINGLE CONTROLLER
========================================================= */

#site-navigation.navigation-menu{
	background:linear-gradient(180deg,#182132,#0d1320)!important;
	border-top:1px solid rgba(255,255,255,.08)!important;
	border-bottom:3px solid #070a10!important;
	border-radius:8px;
	box-shadow:0 8px 20px rgba(17,24,39,.16)!important;
}

#site-navigation>.container{
	display:flex!important;
	align-items:center!important;
	min-height:52px!important;
}

#site-navigation .nav-menu{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	gap:4px;
	margin:0!important;
	padding:5px 0!important;
}

#site-navigation .nav-menu>li{
	position:relative!important;
	margin:0!important;
	padding:0!important;
	border:0!important;
}

#site-navigation .nav-menu>li>a{
	display:flex!important;
	align-items:center!important;
	justify-content:center!important;
	min-height:40px!important;
	padding:0 13px!important;
	color:#f8fafc!important;
	border:1px solid transparent!important;
	border-radius:8px;
	font-size:13px!important;
	font-weight:800!important;
	line-height:1.1!important;
	letter-spacing:-.01em!important;
	white-space:nowrap!important;
}

#site-navigation .nav-menu>li.current-menu-item>a,
#site-navigation .nav-menu>li.current-menu-ancestor>a,
#site-navigation .nav-menu>li:hover>a,
#site-navigation .nav-menu>li.focus>a,
#site-navigation .nav-menu>li>a:focus{
	color:#071018!important;
	background:linear-gradient(135deg,#7ee8ff,#ffd84d)!important;
	border-color:#05070c!important;
	box-shadow:2px 2px 0 #05070c!important;
}

#site-navigation .sub-menu,
#site-navigation .children{
	min-width:230px!important;
	padding:7px!important;
	background:#fff!important;
	border:2px solid #111827!important;
	border-radius:8px;
	box-shadow:5px 6px 0 #111827,0 16px 28px rgba(17,24,39,.20)!important;
}

#site-navigation .sub-menu a,
#site-navigation .children a{
	display:flex!important;
	align-items:center!important;
	min-height:40px!important;
	padding:8px 10px!important;
	color:#273043!important;
	border-radius:8px;
	font-size:12px!important;
	font-weight:750!important;
	line-height:1.35!important;
}

#site-navigation .sub-menu a:hover,
#site-navigation .sub-menu a:focus,
#site-navigation .children a:hover,
#site-navigation .children a:focus{
	color:#fff!important;
	background:linear-gradient(135deg,var(--gg-blue),#4338ca)!important;
}

#site-navigation .dropdown-toggle{
	border-radius:8px;
}

/* =========================================================
   POST NAVIGATION — VIETNAMESE HONEYTOON CARDS
========================================================= */

.site-main .navigation.post-navigation{
	clear:both!important;
	margin:28px 0!important;
	padding:14px!important;
	background:linear-gradient(145deg,#fff 0%,#f5f9ff 52%,#fff5fa 100%)!important;
	border:2px solid #111827!important;
	border-radius:8px;
	box-shadow:5px 6px 0 #111827,0 16px 30px rgba(17,24,39,.12)!important;
}

.post-navigation .nav-links{
	display:grid!important;
	grid-template-columns:repeat(2,minmax(0,1fr))!important;
	gap:12px!important;
}

.post-navigation .nav-previous,
.post-navigation .nav-next{
	width:auto!important;
	float:none!important;
	margin:0!important;
}

.site-main .post-navigation a{
	flex-direction:column!important;
	justify-content:center!important;
	min-height:104px!important;
	padding:14px!important;
	color:#162033!important;
	border:2px solid #111827!important;
	border-radius:8px;
	box-shadow:3px 4px 0 #111827!important;
	text-decoration:none!important;
	transition:transform .18s ease,filter .18s ease!important;
}

.post-navigation .nav-previous a{
	background:linear-gradient(135deg,#e7faff,#b8efff,#dbeafe)!important;
}

.post-navigation .nav-next a{
	background:linear-gradient(135deg,#fff1f6,#ffcbe3,#fff2b3)!important;
	text-align:right!important;
}

.site-main .post-navigation a:hover,
.site-main .post-navigation a:focus{
	color:#111827!important;
	transform:translateY(-3px)!important;
	filter:saturate(1.08) brightness(1.02)!important;
	box-shadow:5px 6px 0 #111827!important;
}

.post-navigation .nav-subtitle{
	display:block!important;
	margin-bottom:8px!important;
	color:#4b5563!important;
	font-size:10px!important;
	font-weight:950!important;
	line-height:1!important;
	letter-spacing:.06em!important;
}

.post-navigation .nav-title{
	align-items:center!important;
	gap:9px!important;
	color:#111827!important;
	font-size:14px!important;
	font-weight:900!important;
	line-height:1.35!important;
}

.post-navigation .nav-post-title{
	display:-webkit-box!important;
	-webkit-box-orient:vertical!important;
	-webkit-line-clamp:2!important;
	overflow:hidden!important;
}

.post-navigation .nav-title-icon-wrapper{
	flex:0 0 auto!important;
}

/* =========================================================
   LEGACY PROFILE PARAMETERS + VIDEO RECOVERY
========================================================= */

.ggvps-legacy-tools{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:10px;
	margin-top:14px;
}

.ggvps-legacy-tool{
	display:grid;
	grid-template-columns:38px minmax(0,1fr);
	gap:10px;
	align-items:center;
	min-width:0;
	min-height:64px;
	padding:10px;
	color:#263043;
	background:#fff;
	border:1px solid #dfe4ec;
	border-radius:8px;
	box-shadow:0 7px 16px rgba(17,24,39,.07);
	text-decoration:none;
}

.ggvps-legacy-tool>span:first-child{
	display:grid;
	place-items:center;
	width:38px;
	height:38px;
	background:#f1f5f9;
	border:1px solid #d9e0ea;
	border-radius:8px;
	font-size:17px;
}

.ggvps-legacy-tool strong,
.ggvps-legacy-tool small{
	display:block;
}

.ggvps-legacy-tool strong{
	color:#192234;
	font-size:11.5px;
	font-weight:900;
	line-height:1.3;
}

.ggvps-legacy-tool small{
	margin-top:3px;
	color:#6b7280;
	font-size:9.5px;
	font-weight:650;
	line-height:1.4;
}

.ggvps-legacy-tool:hover{
	color:#192234;
	border-color:#8dddf5;
	transform:translateY(-2px);
}

.ggvps-legacy-tool.is-help{background:linear-gradient(135deg,#f0fbff,#e6f4ff);}
.ggvps-legacy-tool.is-phone{background:linear-gradient(135deg,#fff8d9,#fff0e1);}
.ggvps-legacy-tool.is-group{background:linear-gradient(135deg,#fff0f5,#ffe2ef);}
.ggvps-legacy-tool.is-telegram{background:linear-gradient(135deg,#e8f8ff,#dff3ff);}
.ggvps-legacy-tool.is-x{background:linear-gradient(135deg,#f4f5f7,#e5e7eb);}
.ggvps-legacy-tool.is-password{background:linear-gradient(135deg,#f8f4ff,#eee7ff);}

.ggvps-password-blur{
	display:inline-block!important;
	width:max-content;
	max-width:100%;
	padding:4px 7px;
	color:#4c1d95!important;
	background:#fff;
	border:1px dashed #8b5cf6;
	border-radius:8px;
	filter:blur(3px);
	-webkit-filter:blur(3px);
	user-select:none;
}

.ggvps-phone-preview{
	border-radius:8px;
}

.ggvps-phone-preview>span{
	font-size:10px!important;
	font-weight:950!important;
	letter-spacing:.04em!important;
}

.ggvps-phone-preview>strong{
	font-family:var(--gg-font-heading)!important;
	font-size:21px!important;
	font-weight:950!important;
}

.ggvps-video-section{
	overflow:hidden;
}

.ggvps-video-action,
.ggvps-video-embed,
.ggvps-video-popup{
	width:100%;
	max-width:100%;
}

.ggvps-video-embed{
	position:relative;
	overflow:hidden;
	background:#090d15;
	border:2px solid #111827;
	border-radius:8px;
	box-shadow:4px 5px 0 #111827;
}

.ggvps-video-embed iframe,
.ggvps-video-embed video,
.ggvps-video-embed .wp-video,
.ggvps-video-embed .wp-video-shortcode{
	display:block!important;
	width:100%!important;
	max-width:100%!important;
	margin:0!important;
	border:0!important;
	border-radius:8px;
}

.ggvps-video-oembed{
	aspect-ratio:16/9;
}

.ggvps-video-oembed iframe{
	height:100%!important;
}

.ggvps-video-popup>a,
.ggvps-video-popup>button,
.ggvps-video-link{
	align-items:center!important;
	justify-content:center!important;
	gap:10px!important;
	min-height:52px!important;
	padding:10px 16px!important;
	color:#fff!important;
	background:linear-gradient(135deg,var(--gg-pink),var(--gg-red))!important;
	border:2px solid #111827!important;
	border-radius:8px;
	box-shadow:4px 4px 0 #111827!important;
	font-size:13px!important;
	font-weight:900!important;
	text-decoration:none!important;
}

.ggvps-video-link strong,
.ggvps-video-link small{
	display:block;
}

.ggvps-video-link small{
	margin-top:3px;
	color:rgba(255,255,255,.82);
	font-size:10px;
}

/* =========================================================
   RESPONSIVE RECOVERY
========================================================= */

@media(max-width:1023px){
	#site-navigation>.container{
		display:block!important;
		min-height:0!important;
		padding-top:6px!important;
		padding-bottom:6px!important;
	}

	#site-navigation .menu-toggle{
		display:flex!important;
		align-items:center!important;
		justify-content:center!important;
		gap:8px!important;
		width:100%!important;
		min-height:44px!important;
		padding:0 12px!important;
		color:#fff!important;
		background:#111827!important;
		border:2px solid rgba(255,255,255,.16)!important;
		border-radius:8px;
		font-size:13px!important;
		font-weight:900!important;
	}

	#site-navigation .nav-menu{
		display:none;
		width:100%!important;
		margin-top:7px!important;
		padding:7px!important;
		background:#fff!important;
		border:2px solid #111827!important;
		border-radius:8px;
		box-shadow:4px 5px 0 #111827!important;
	}

	#site-navigation.toggled-on .nav-menu,
	#site-navigation .nav-menu.toggled-on{
		display:block!important;
	}

	#site-navigation .nav-menu>li>a{
		justify-content:flex-start!important;
		min-height:44px!important;
		color:#273043!important;
		background:#f8fafc!important;
		border-color:#e2e8f0!important;
		margin-bottom:5px!important;
	}

	#site-navigation .dropdown-toggle{
		position:absolute!important;
		top:3px!important;
		right:3px!important;
		width:38px!important;
		height:38px!important;
		background:#eef2f7!important;
		border:1px solid #cfd6e2!important;
	}

	#site-navigation .sub-menu,
	#site-navigation .children{
		position:static!important;
		display:none!important;
		min-width:0!important;
		width:100%!important;
		margin:0 0 6px!important;
		padding:5px 5px 5px 14px!important;
		border-width:1px!important;
		box-shadow:none!important;
	}

	#site-navigation .sub-menu.toggled-on,
	#site-navigation .children.toggled-on{
		display:block!important;
	}
}

@media(max-width:760px){
	.post-navigation .nav-links{
		grid-template-columns:1fr!important;
	}

	.site-main .post-navigation a{
		min-height:90px!important;
	}

	.ggvps-legacy-tools{
		grid-template-columns:1fr;
	}

	.ggv-support-dock{
		right:6px;
		width:206px;
		max-width:calc(100vw - 12px);
	}
}

@media(max-width:480px){
	.gg-search-control,
	.search-form:not(.gg-search-form),
	.wp-block-search__inside-wrapper{
		grid-template-columns:minmax(0,1fr) 72px!important;
		gap:6px!important;
	}

	.search-form .search-submit,
	.wp-block-search__button{
		min-width:72px!important;
		padding:0 8px!important;
	}

	.ggv-support-dock{
		top:auto;
		right:6px;
		bottom:10px;
		transform:none;
	}

	.ggv-support-dock__item{
		min-height:48px;
	}
}

@media(prefers-reduced-motion:reduce){
	.ggv-support-dock,
	.ggv-support-dock__item,
	.site-main .post-navigation a{
		transition:none!important;
	}
}

/* =========================================================
   GÁI GỌI v1.1.3 — BOTTOM SUPPORT DOCK + SINGLE RECOVERY
   7 mục lấy theo thanh công cụ công khai của gaiguvietnam.com.
========================================================= */

/* ---------------------------------------------------------
   DỊCH VỤ BOOK GÁI GỌI & HỖ TRỢ VIP
--------------------------------------------------------- */
.ggv-service-panel{
    --ggv-service-ink:#070b13;
    --ggv-service-panel:#101827;
    --ggv-service-panel-2:#0a0f1b;
    --ggv-service-line:rgba(105,210,255,.34);
    --ggv-service-muted:#b9c5d6;

    background:
        radial-gradient(circle at 8% -15%,rgba(58,205,255,.21),transparent 34%),
        radial-gradient(circle at 94% 115%,rgba(255,72,151,.19),transparent 37%),
        linear-gradient(145deg,var(--ggv-service-panel) 0%,#11192a 50%,var(--ggv-service-panel-2) 100%)!important;
    border:2px solid #05070c!important;
    box-shadow:
        0 6px 0 #05070c,
        0 18px 38px rgba(3,7,18,.30),
        inset 0 0 0 1px var(--ggv-service-line),
        inset 0 1px 0 rgba(255,255,255,.09)!important;
}

.ggv-service-panel::after{
    content:"";
    position:absolute;
    inset:10px;
    z-index:-1;
    border:1px solid rgba(255,255,255,.045);
    border-radius:8px;
    pointer-events:none;
}

.ggv-service-heading{
    color:#071018!important;
    background:linear-gradient(105deg,#9ceeff 0%,#ffe577 32%,#ff9dcc 67%,#ff5077 100%)!important;
    border-color:#05070c!important;
    box-shadow:3px 4px 0 #05070c,0 10px 22px rgba(255,80,119,.17)!important;
    text-shadow:0 1px 0 rgba(255,255,255,.52)!important;
}

.ggv-service-note{
    color:#c2ccda!important;
}

.ggv-service-grid{
    gap:11px!important;
}

.ggv-service-grid>a.ggv-service-card{
    min-height:70px!important;
    border:1px solid rgba(255,255,255,.24)!important;
    box-shadow:
        0 4px 0 rgba(0,0,0,.86),
        0 11px 19px rgba(0,0,0,.25),
        inset 0 1px 0 rgba(255,255,255,.25),
        inset 0 -16px 22px rgba(0,0,0,.18)!important;
}

.ggv-service-grid>a.ggv-service-card::after{
    content:"";
    position:absolute;
    left:0;
    top:10px;
    bottom:10px;
    width:4px;
    border-radius:0 4px 4px 0;
    background:rgba(255,255,255,.86);
    opacity:.88;
    pointer-events:none;
}

.ggv-service-icon{
    background:linear-gradient(145deg,#fff,#e9eef6)!important;
    border-color:#05070c!important;
    box-shadow:2px 3px 0 rgba(0,0,0,.72),inset 0 1px 0 #fff!important;
}

.ggv-service-copy strong{
    font-size:13.5px!important;
    letter-spacing:-.015em!important;
}

.ggv-service-copy small{
    color:rgba(255,255,255,.86)!important;
    font-size:10.5px!important;
}

.ggv-service-cta{
    min-width:76px!important;
    min-height:30px!important;
    color:#111827!important;
    background:linear-gradient(145deg,#fff,#eef2f7)!important;
    border-color:#05070c!important;
    box-shadow:2px 2px 0 rgba(0,0,0,.72)!important;
}

.ggv-service-card.btn1{background:linear-gradient(135deg,#0b83c6 0%,#1766ce 55%,#243f9d 100%)!important;}
.ggv-service-card.btn2{color:#2b1900!important;background:linear-gradient(135deg,#ffe89c 0%,#f7bd22 52%,#ef7d16 100%)!important;}
.ggv-service-card.btn3{background:linear-gradient(135deg,#0e9f82 0%,#087e68 54%,#11594d 100%)!important;}
.ggv-service-card.btn4{background:linear-gradient(135deg,#ef617a 0%,#cc2458 54%,#751632 100%)!important;}
.ggv-service-card.btn5{background:linear-gradient(135deg,#e968ad 0%,#c72e7b 50%,#801d51 100%)!important;}
.ggv-service-card.btn6{background:linear-gradient(135deg,#8b69e6 0%,#6740c7 52%,#43268d 100%)!important;}
.ggv-service-card.btn7{background:linear-gradient(135deg,#18a8d3 0%,#2961bf 54%,#31358b 100%)!important;}
.ggv-service-card.btn8{background:linear-gradient(135deg,#536176 0%,#303b4d 54%,#151c2a 100%)!important;}

.ggv-service-card.btn2 .ggv-service-copy small{
    color:rgba(43,25,0,.76)!important;
}

.ggv-service-card.btn5 .ggv-service-cta{
    color:#321500!important;
    background:linear-gradient(135deg,#fff7b3,#ffd852,#ffad24)!important;
}

@media (hover:hover) and (pointer:fine){
    .ggv-service-grid>a.ggv-service-card:hover{
        transform:translateY(-3px)!important;
        filter:brightness(1.07) saturate(1.08)!important;
        border-color:rgba(255,255,255,.56)!important;
        box-shadow:
            0 6px 0 rgba(0,0,0,.90),
            0 17px 29px rgba(0,0,0,.34),
            0 0 0 2px rgba(92,210,255,.12),
            inset 0 1px 0 rgba(255,255,255,.34)!important;
    }
}

/* ---------------------------------------------------------
   LEGACY TOOLS — sửa display bị lỗi và khóa layout responsive
--------------------------------------------------------- */
.ggvps-legacy-tools{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:10px!important;
    width:100%!important;
    min-width:0!important;
    margin:16px 0 0!important;
}

.ggvps-legacy-tool{
    display:grid!important;
    grid-template-columns:40px minmax(0,1fr)!important;
    align-items:center!important;
    gap:10px!important;
    min-width:0!important;
    min-height:68px!important;
    margin:0!important;
    padding:10px!important;
    overflow:hidden!important;
    border:1px solid #dce3ed!important;
    border-radius:8px!important;
    box-shadow:0 7px 16px rgba(17,24,39,.075)!important;
    text-decoration:none!important;
    transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease!important;
}

.ggvps-legacy-tool>span:first-child{
    display:grid!important;
    place-items:center!important;
    width:40px!important;
    height:40px!important;
    border:1px solid #d7dee9!important;
    border-radius:8px!important;
    background:#fff!important;
    box-shadow:0 4px 10px rgba(17,24,39,.07)!important;
    font-size:18px!important;
    line-height:1!important;
}

.ggvps-legacy-tool>span:nth-child(2){
    display:block!important;
    min-width:0!important;
}

.ggvps-legacy-tool strong,
.ggvps-legacy-tool small{
    display:block!important;
    min-width:0!important;
    white-space:normal!important;
    word-break:break-word!important;
    overflow-wrap:anywhere!important;
}

.ggvps-legacy-tool strong{
    color:#182236!important;
    font-size:11.5px!important;
    font-weight:900!important;
    line-height:1.3!important;
}

.ggvps-legacy-tool small{
    margin-top:3px!important;
    color:#667085!important;
    font-size:9.5px!important;
    font-weight:650!important;
    line-height:1.4!important;
}

.ggvps-legacy-tool.is-help{background:linear-gradient(135deg,#effaff,#e5f3ff)!important;}
.ggvps-legacy-tool.is-phone{background:linear-gradient(135deg,#fff8da,#ffeddf)!important;}
.ggvps-legacy-tool.is-group{background:linear-gradient(135deg,#fff0f6,#ffe2ef)!important;}
.ggvps-legacy-tool.is-telegram{background:linear-gradient(135deg,#e8f8ff,#dcefff)!important;}
.ggvps-legacy-tool.is-x{background:linear-gradient(135deg,#f5f6f8,#e7e9ed)!important;}
.ggvps-legacy-tool.is-password{background:linear-gradient(135deg,#f8f4ff,#eee7ff)!important;}

.ggvps-legacy-tool:hover{
    color:#182236!important;
    transform:translateY(-2px)!important;
    border-color:#72cce9!important;
    box-shadow:0 10px 20px rgba(17,24,39,.11)!important;
}

.ggvps-password-blur{
    display:inline-block!important;
    width:max-content!important;
    max-width:100%!important;
    padding:4px 7px!important;
    overflow:hidden!important;
    border:1px dashed #8b5cf6!important;
    border-radius:8px!important;
    background:#fff!important;
    color:#4c1d95!important;
    filter:blur(3px)!important;
    -webkit-filter:blur(3px)!important;
    user-select:none!important;
}

/* ---------------------------------------------------------
   POST NAVIGATION — khóa float/width cũ và sửa layout
--------------------------------------------------------- */
.navigation.post-navigation{
    clear:both!important;
    width:100%!important;
    max-width:100%!important;
    margin:24px 0!important;
    padding:0!important;
    overflow:visible!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
}

.navigation.post-navigation .nav-links{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:14px!important;
    width:100%!important;
    min-width:0!important;
    margin:0!important;
}

.navigation.post-navigation .nav-previous,
.navigation.post-navigation .nav-next{
    float:none!important;
    width:auto!important;
    max-width:none!important;
    min-width:0!important;
    margin:0!important;
}

.navigation.post-navigation .nav-previous a,
.navigation.post-navigation .nav-next a{
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    width:100%!important;
    min-width:0!important;
    min-height:108px!important;
    padding:16px!important;
    overflow:hidden!important;
    border:2px solid #111827!important;
    border-radius:8px!important;
    box-shadow:4px 5px 0 #111827!important;
    text-decoration:none!important;
    transition:transform .18s ease,filter .18s ease,box-shadow .18s ease!important;
}

.navigation.post-navigation .nav-previous a{
    background:linear-gradient(135deg,#e8faff 0%,#bcefff 52%,#dbe7ff 100%)!important;
    text-align:left!important;
}

.navigation.post-navigation .nav-next a{
    background:linear-gradient(135deg,#fff0f7 0%,#ffcce3 52%,#fff0b8 100%)!important;
    text-align:right!important;
}

.navigation.post-navigation .nav-subtitle{
    display:block!important;
    margin:0 0 8px!important;
    color:#4b5563!important;
    font-size:10px!important;
    font-weight:950!important;
    line-height:1.1!important;
    letter-spacing:.06em!important;
    text-transform:uppercase!important;
}

.navigation.post-navigation .nav-title{
    display:flex!important;
    align-items:center!important;
    gap:9px!important;
    min-width:0!important;
    color:#111827!important;
    font-size:14px!important;
    font-weight:900!important;
    line-height:1.35!important;
}

.navigation.post-navigation .nav-next .nav-title{
    justify-content:flex-end!important;
}

.navigation.post-navigation .nav-post-title{
    display:-webkit-box!important;
    min-width:0!important;
    overflow:hidden!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
    word-break:break-word!important;
    overflow-wrap:anywhere!important;
}

.navigation.post-navigation .nav-title-icon-wrapper{
    display:inline-flex!important;
    flex:0 0 auto!important;
    align-items:center!important;
    justify-content:center!important;
    width:30px!important;
    height:30px!important;
    color:#fff!important;
    background:#111827!important;
    border-radius:8px!important;
}

.navigation.post-navigation .nav-title-icon-wrapper svg{
    width:15px!important;
    height:15px!important;
    fill:currentColor!important;
}

@media (hover:hover) and (pointer:fine){
    .navigation.post-navigation a:hover,
    .navigation.post-navigation a:focus-visible{
        color:#111827!important;
        transform:translateY(-3px)!important;
        filter:saturate(1.06) brightness(1.02)!important;
        box-shadow:6px 7px 0 #111827!important;
    }
}

/* ---------------------------------------------------------
   BOTTOM RIGHT SUPPORT DOCK — 7 block từ gaiguvietnam.com
--------------------------------------------------------- */
.ggv-support-dock{
    position:fixed!important;
    right:16px!important;
    bottom:18px!important;
    top:auto!important;
    z-index:9998!important;
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    width:auto!important;
    max-width:calc(100vw - 24px)!important;
    color:#fff!important;
    transform:none!important;
    pointer-events:none!important;
}

.ggv-support-dock__toggle,
.ggv-support-dock__panel{
    pointer-events:auto!important;
}

.ggv-support-dock__toggle{
    order:1!important;
    display:grid!important;
    place-items:center!important;
    flex:0 0 58px!important;
    width:58px!important;
    height:92px!important;
    min-height:92px!important;
    padding:0!important;
    color:#fff!important;
    background:linear-gradient(145deg,#2b2e3b 0%,#1e212d 100%)!important;
    border:2px solid #484c5d!important;
    border-radius:24px!important;
    box-shadow:0 12px 26px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.06)!important;
    cursor:pointer!important;
    transition:transform .2s ease,background .2s ease,border-color .2s ease!important;
}

.ggv-support-dock__toggle:hover,
.ggv-support-dock__toggle:focus-visible{
    background:linear-gradient(145deg,#343847,#252936)!important;
    border-color:#6d7285!important;
    transform:translateY(-2px)!important;
}

.ggv-support-dock__toggle img{
    display:block!important;
    width:24px!important;
    height:24px!important;
    transition:transform .2s ease!important;
}

.ggv-support-dock__toggle-label{
    position:absolute!important;
    width:1px!important;
    height:1px!important;
    padding:0!important;
    margin:-1px!important;
    overflow:hidden!important;
    clip:rect(0,0,0,0)!important;
    white-space:nowrap!important;
    border:0!important;
}

.ggv-support-dock__panel{
    order:2!important;
    width:88px!important;
    padding:16px 9px!important;
    overflow:visible!important;
    background:
        linear-gradient(145deg,rgba(20,22,30,.98),rgba(10,12,18,.98))!important;
    border:2px solid #373a46!important;
    border-radius:34px!important;
    box-shadow:
        0 18px 40px rgba(0,0,0,.38),
        inset 0 0 0 1px rgba(255,255,255,.035),
        inset 0 1px 0 rgba(255,255,255,.05)!important;
    transition:opacity .2s ease,transform .2s ease,max-width .2s ease,padding .2s ease,border-width .2s ease!important;
}

.ggv-support-dock__items{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
}

.ggv-support-dock__item{
    position:relative!important;
    display:grid!important;
    place-items:center!important;
    width:68px!important;
    height:68px!important;
    min-height:68px!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
    color:#fff!important;
    background:linear-gradient(145deg,#20232f 0%,#1b1e29 100%)!important;
    border:1px solid rgba(255,255,255,.025)!important;
    border-radius:22px!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.025)!important;
    text-decoration:none!important;
    transform:translateZ(0)!important;
    transition:transform .18s ease,background .18s ease,box-shadow .18s ease!important;
}

.ggv-support-dock__item:hover,
.ggv-support-dock__item:focus-visible{
    color:#fff!important;
    background:linear-gradient(145deg,#292d3a 0%,#202431 100%)!important;
    transform:translateX(-4px) scale(1.03)!important;
    box-shadow:0 10px 22px rgba(0,0,0,.26),inset 0 1px 0 rgba(255,255,255,.05)!important;
    outline:none!important;
}

.ggv-support-dock__icon{
    display:grid!important;
    place-items:center!important;
    width:54px!important;
    height:54px!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
}

.ggv-support-dock__icon img{
    display:block!important;
    width:50px!important;
    height:50px!important;
    max-width:none!important;
    object-fit:contain!important;
}

.ggv-support-dock__vip-badge{
    position:absolute!important;
    right:-4px!important;
    bottom:-5px!important;
    z-index:3!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:44px!important;
    height:24px!important;
    padding:0 8px!important;
    color:#201400!important;
    background:#fff4b8!important;
    border:1px solid rgba(70,45,0,.10)!important;
    border-radius:12px!important;
    box-shadow:0 3px 8px rgba(0,0,0,.18)!important;
    font-family:var(--gg-font-heading)!important;
    font-size:11px!important;
    font-weight:950!important;
    line-height:1!important;
}

.ggv-support-dock__label{
    position:absolute!important;
    top:50%!important;
    right:calc(100% + 12px)!important;
    z-index:4!important;
    display:block!important;
    width:max-content!important;
    max-width:220px!important;
    padding:8px 10px!important;
    color:#fff!important;
    background:#0d111a!important;
    border:1px solid #3a3f4d!important;
    border-radius:8px!important;
    box-shadow:0 10px 24px rgba(0,0,0,.32)!important;
    font-size:11px!important;
    font-weight:850!important;
    line-height:1.25!important;
    white-space:nowrap!important;
    opacity:0!important;
    visibility:hidden!important;
    transform:translate(6px,-50%)!important;
    transition:opacity .16s ease,transform .16s ease,visibility .16s ease!important;
    pointer-events:none!important;
}

.ggv-support-dock__item:hover .ggv-support-dock__label,
.ggv-support-dock__item:focus-visible .ggv-support-dock__label{
    opacity:1!important;
    visibility:visible!important;
    transform:translate(0,-50%)!important;
}

.ggv-support-dock.is-collapsed{
    width:auto!important;
}

.ggv-support-dock.is-collapsed .ggv-support-dock__panel{
    max-width:0!important;
    padding-left:0!important;
    padding-right:0!important;
    border-left-width:0!important;
    border-right-width:0!important;
    opacity:0!important;
    transform:translateX(20px)!important;
    pointer-events:none!important;
}

.ggv-support-dock.is-collapsed .ggv-support-dock__toggle img{
    transform:rotate(180deg)!important;
}

@media(max-width:900px){
    .ggvps-legacy-tools{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }
}

@media(max-width:760px){
    .navigation.post-navigation .nav-links{
        grid-template-columns:1fr!important;
        gap:11px!important;
    }

    .navigation.post-navigation .nav-previous a,
    .navigation.post-navigation .nav-next a{
        min-height:94px!important;
        padding:14px!important;
    }

    .ggv-support-dock{
        right:10px!important;
        bottom:12px!important;
        gap:7px!important;
    }

    .ggv-support-dock__toggle{
        flex-basis:48px!important;
        width:48px!important;
        height:72px!important;
        min-height:72px!important;
        border-radius:20px!important;
    }

    .ggv-support-dock__toggle img{
        width:20px!important;
        height:20px!important;
    }

    .ggv-support-dock__panel{
        width:70px!important;
        padding:11px 7px!important;
        border-radius:27px!important;
    }

    .ggv-support-dock__items{
        gap:7px!important;
    }

    .ggv-support-dock__item{
        width:54px!important;
        height:54px!important;
        min-height:54px!important;
        border-radius:18px!important;
    }

    .ggv-support-dock__icon,
    .ggv-support-dock__icon img{
        width:42px!important;
        height:42px!important;
    }

    .ggv-support-dock__vip-badge{
        min-width:36px!important;
        height:20px!important;
        padding:0 6px!important;
        font-size:9px!important;
    }

    .ggv-support-dock__label{
        display:none!important;
    }
}

@media(max-width:560px){
    .ggvps-legacy-tools{
        grid-template-columns:1fr!important;
    }

    .ggv-service-grid>a.ggv-service-card{
        grid-template-columns:40px minmax(0,1fr) auto!important;
    }

    .ggv-service-copy strong,
    .ggv-service-copy small{
        white-space:normal!important;
        text-overflow:clip!important;
    }
}

@media(max-height:650px) and (min-width:761px){
    .ggv-support-dock__panel{
        width:76px!important;
        padding:10px 7px!important;
        border-radius:28px!important;
    }

    .ggv-support-dock__items{
        gap:6px!important;
    }

    .ggv-support-dock__item{
        width:60px!important;
        height:60px!important;
        min-height:60px!important;
        border-radius:19px!important;
    }

    .ggv-support-dock__icon,
    .ggv-support-dock__icon img{
        width:46px!important;
        height:46px!important;
    }
}

@media(prefers-reduced-motion:reduce){
    .ggv-support-dock,
    .ggv-support-dock *,
    .ggvps-legacy-tool,
    .navigation.post-navigation a,
    .ggv-service-card{
        transition:none!important;
    }
}

/* =========================================================
   GÁI GỌI v1.1.4 — COMPACT UI & MENU STABILITY
   Lớp chuẩn hóa cuối cùng để tránh xung đột CSS Cube/Quiet cũ.
========================================================= */

/* Content spacing */
#content-wrap{
    padding-top:10px!important;
    padding-bottom:10px!important;
}

/* ---------------------------------------------------------
   ALL FRONT-END MENUS — QUICKSAND ONLY
--------------------------------------------------------- */
#site-navigation,
#site-navigation *,
.main-navigation,
.main-navigation *,
.navigation-menu,
.navigation-menu *,
.nav-menu,
.nav-menu *,
.menu,
.menu *,
.widget_nav_menu,
.widget_nav_menu *,
.footer-menu,
.footer-menu *,
.site-footer nav,
.site-footer nav *{
    font-family:"Quicksand",sans-serif!important;
}

/* ---------------------------------------------------------
   PRIMARY MENU — stable geometry; hover changes color only
--------------------------------------------------------- */
#site-navigation.navigation-menu{
    min-height:50px!important;
    padding:0!important;
    background: linear-gradient(90deg,#3b3c3f 0%,#404a71 52%,#103195 100%) !important;
    border-top:1px solid rgba(255,255,255,.08)!important;
    border-bottom:1px solid rgba(0,0,0,.72)!important;
    box-shadow:0 5px 16px rgba(9,12,20,.18)!important;
}

#site-navigation>.container{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:50px!important;
    padding-top:0!important;
    padding-bottom:0!important;
}

#site-navigation .nav-menu{
    display:flex!important;
    align-items:stretch!important;
    justify-content:center!important;
    flex-wrap:wrap!important;
    gap:4px!important;
    min-height:50px!important;
    margin:0!important;
    padding:0!important;
}

#site-navigation .nav-menu>li{
    position:relative!important;
    display:flex!important;
    align-items:stretch!important;
    min-height:50px!important;
    margin:0!important;
    padding:0!important;
}

#site-navigation .nav-menu>li>a{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:50px!important;
    margin:0!important;
    padding:0 14px!important;
    color:#f2f4f8!important;
    background:transparent!important;
    border:0!important;
    border-bottom:3px solid transparent!important;
    border-radius:0!important;
    box-shadow:none!important;
    font-size:12.5px!important;
    font-weight:700!important;
    line-height:1!important;
    letter-spacing:.035em!important;
    text-transform:uppercase!important;
    white-space:nowrap!important;
    transform:none!important;
    transition:background-color .18s ease,color .18s ease,border-color .18s ease!important;
}

#site-navigation .nav-menu>li.current-menu-item>a,
#site-navigation .nav-menu>li.current-menu-ancestor>a{
    color:#fff!important;
    background:rgba(255,72,117,.18)!important;
    border-bottom-color:#ff557d!important;
}

#site-navigation .nav-menu>li:hover>a,
#site-navigation .nav-menu>li.focus>a,
#site-navigation .nav-menu>li>a:hover,
#site-navigation .nav-menu>li>a:focus-visible{
    min-height:50px!important;
    margin:0!important;
    padding:0 14px!important;
    color:#fff!important;
    background:rgba(255,255,255,.10)!important;
    border-bottom-color:#ffd166!important;
    border-radius:0!important;
    box-shadow:none!important;
    transform:none!important;
}

#site-navigation .sub-menu,
#site-navigation .children{
    min-width:220px!important;
    padding:6px!important;
    background:#171c2a!important;
    border:1px solid #32394b!important;
    border-radius:8px!important;
    box-shadow:0 14px 30px rgba(0,0,0,.30)!important;
}

#site-navigation .sub-menu li,
#site-navigation .children li{
    margin:0!important;
    padding:0!important;
}

#site-navigation .sub-menu a,
#site-navigation .children a{
    display:flex!important;
    align-items:center!important;
    min-height:40px!important;
    margin:0!important;
    padding:0 11px!important;
    color:#eef1f7!important;
    background:transparent!important;
    border:0!important;
    border-radius:6px!important;
    font-size:12px!important;
    font-weight:650!important;
    line-height:1.3!important;
    transform:none!important;
}

#site-navigation .sub-menu a:hover,
#site-navigation .sub-menu a:focus-visible,
#site-navigation .children a:hover,
#site-navigation .children a:focus-visible{
    min-height:40px!important;
    margin:0!important;
    padding:0 11px!important;
    color:#fff!important;
    background:#31384b!important;
    transform:none!important;
}

/* ---------------------------------------------------------
   ENTRY FOOTER — no large heading/card; compact comic chips
--------------------------------------------------------- */
.ggvps-entry-footer{
    clear:both!important;
    margin:18px 0 0!important;
    padding:0!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
}

.ggvps-entry-footer-head{
    display:none!important;
}

.ggvps-entry-footer-content{
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    gap:8px!important;
    width:100%!important;
    margin:0!important;
    padding:10px!important;
    background:linear-gradient(135deg,#f8fbff 0%,#fff8ec 100%)!important;
    border:2px solid #111827!important;
    border-radius:8px!important;
    box-shadow:4px 4px 0 #111827,0 10px 20px rgba(17,24,39,.09)!important;
}

.ggvps-entry-footer-content .cat-links,
.ggvps-entry-footer-content .tags-links,
.ggvps-entry-footer-content .comments-link,
.ggvps-entry-footer-content .edit-link{
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    gap:5px!important;
    min-width:0!important;
    margin:0!important;
    padding:6px 8px!important;
    color:#374151!important;
    background:#fff!important;
    border:1px solid #cfd7e4!important;
    border-radius:8px!important;
    box-shadow:2px 2px 0 rgba(17,24,39,.16)!important;
    font-size:10.5px!important;
    font-weight:750!important;
    line-height:1.35!important;
}

.ggvps-entry-footer-content .cat-links::before{content:"📍"!important;}
.ggvps-entry-footer-content .tags-links::before{content:"🏷️"!important;}
.ggvps-entry-footer-content .comments-link::before{content:"💬"!important;}
.ggvps-entry-footer-content .edit-link::before{content:"✏️"!important;}

.ggvps-entry-footer-content a{
    display:inline-flex!important;
    align-items:center!important;
    min-height:25px!important;
    margin:0!important;
    padding:0 7px!important;
    color:#174ea6!important;
    background:#edf6ff!important;
    border:1px solid #bfd8f6!important;
    border-radius:6px!important;
    box-shadow:none!important;
    font-size:9.5px!important;
    font-weight:850!important;
    line-height:1.2!important;
    text-decoration:none!important;
    transform:none!important;
}

.ggvps-entry-footer-content a:hover,
.ggvps-entry-footer-content a:focus-visible{
    color:#fff!important;
    background:#174ea6!important;
    border-color:#174ea6!important;
    transform:none!important;
}

/* ---------------------------------------------------------
   LEGACY TOOLS — vertical, compact, clearly color-coded
--------------------------------------------------------- */
.ggvps-legacy-tools{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
    width:100%!important;
    min-width:0!important;
    margin:15px 0 0!important;
}

.ggvps-legacy-tool{
    position:relative!important;
    display:grid!important;
    grid-template-columns:38px minmax(0,1fr) 24px!important;
    align-items:center!important;
    gap:10px!important;
    width:100%!important;
    min-width:0!important;
    min-height:54px!important;
    margin:0!important;
    padding:8px 10px!important;
    overflow:hidden!important;
    color:#172033!important;
    border:1px solid transparent!important;
    border-left-width:5px!important;
    border-radius:8px!important;
    box-shadow:0 6px 14px rgba(17,24,39,.07)!important;
    text-decoration:none!important;
    transform:none!important;
    transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease!important;
}

.ggvps-legacy-tool::after{
    content:"›";
    display:grid;
    place-items:center;
    width:24px;
    height:24px;
    color:#fff;
    background:#243047;
    border-radius:6px;
    font-size:18px;
    font-weight:900;
    line-height:1;
}

.ggvps-legacy-tool.is-password::after{
    content:"🔒";
    color:#4c1d95;
    background:#fff;
    font-size:12px;
}

.ggvps-legacy-tool>span:first-child{
    display:grid!important;
    place-items:center!important;
    width:38px!important;
    height:38px!important;
    margin:0!important;
    background:rgba(255,255,255,.82)!important;
    border:1px solid rgba(17,24,39,.13)!important;
    border-radius:8px!important;
    box-shadow:0 3px 8px rgba(17,24,39,.08)!important;
    font-size:17px!important;
    line-height:1!important;
}

.ggvps-legacy-tool>span:nth-child(2){
    display:block!important;
    min-width:0!important;
}

.ggvps-legacy-tool strong,
.ggvps-legacy-tool small{
    display:block!important;
    min-width:0!important;
    white-space:normal!important;
    word-break:break-word!important;
    overflow-wrap:anywhere!important;
}

.ggvps-legacy-tool strong{
    color:inherit!important;
    font-size:11.5px!important;
    font-weight:900!important;
    line-height:1.28!important;
}

.ggvps-legacy-tool small{
    margin-top:2px!important;
    color:rgba(23,32,51,.68)!important;
    font-size:9.5px!important;
    font-weight:650!important;
    line-height:1.35!important;
}

.ggvps-legacy-tool.is-help{
    background:#eaf7ff!important;
    border-color:#1595d3!important;
}
.ggvps-legacy-tool.is-phone{
    background:#fff5d9!important;
    border-color:#e99a15!important;
}
.ggvps-legacy-tool.is-group{
    background:#fff0f6!important;
    border-color:#df3d86!important;
}
.ggvps-legacy-tool.is-telegram{
    background:#e9f8ff!important;
    border-color:#168ac5!important;
}
.ggvps-legacy-tool.is-x{
    background:#f1f3f6!important;
    border-color:#4b5563!important;
}
.ggvps-legacy-tool.is-password{
    background:#f5efff!important;
    border-color:#7c3aed!important;
}

.ggvps-legacy-tool:hover,
.ggvps-legacy-tool:focus-visible{
    color:#172033!important;
    border-top-color:currentColor!important;
    border-right-color:currentColor!important;
    border-bottom-color:currentColor!important;
    box-shadow:0 9px 18px rgba(17,24,39,.12)!important;
    transform:none!important;
}

/* ---------------------------------------------------------
   THUMBNAILS — stable comic border/shadow, image-only hover
--------------------------------------------------------- */
.section-top-stories .featured-image,
.section-popular-posts .featured-image,
.section-recent-posts .featured-image,
.section-editors-choice .featured-image,
.section-headlines-posts .featured-image,
.section-trending-posts .featured-image,
.blog-archive .post .featured-image{
    overflow:hidden!important;
    background:#111827!important;
    border:2px solid #1f2937!important;
    border-radius:8px!important;
    box-shadow:4px 5px 0 rgba(17,24,39,.78),0 10px 18px rgba(17,24,39,.12)!important;
    transform:translateZ(0)!important;
    transition:border-color .2s ease,box-shadow .2s ease!important;
}

.section-top-stories .featured-image img,
.section-popular-posts .featured-image img,
.section-recent-posts .featured-image img,
.section-editors-choice .featured-image img,
.section-headlines-posts .featured-image img,
.section-trending-posts .featured-image img,
.blog-archive .post .featured-image img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    transform:scale(1.001)!important;
    transition:transform .28s ease,filter .28s ease!important;
}

@media (hover:hover) and (pointer:fine){
    .section-top-stories article:hover .featured-image,
    .section-popular-posts article:hover .featured-image,
    .section-recent-posts article:hover .featured-image,
    .section-editors-choice article:hover .featured-image,
    .section-headlines-posts article:hover .featured-image,
    .section-trending-posts article:hover .featured-image,
    .blog-archive .post:hover .featured-image{
        border-color:#ff4f7b!important;
        box-shadow:5px 6px 0 #111827,0 13px 24px rgba(255,79,123,.18)!important;
    }

    .section-top-stories article:hover .featured-image img,
    .section-popular-posts article:hover .featured-image img,
    .section-recent-posts article:hover .featured-image img,
    .section-editors-choice article:hover .featured-image img,
    .section-headlines-posts article:hover .featured-image img,
    .section-trending-posts article:hover .featured-image img,
    .blog-archive .post:hover .featured-image img{
        transform:scale(1.045)!important;
        filter:saturate(1.08) contrast(1.04)!important;
    }
}

/* ---------------------------------------------------------
   POST NAVIGATION — responsive, no inherited float/width bugs
--------------------------------------------------------- */
.navigation.post-navigation{
    clear:both!important;
    width:100%!important;
    max-width:100%!important;
    margin:20px 0!important;
    padding:0!important;
    overflow:visible!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
}

.navigation.post-navigation .nav-links{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
}

.navigation.post-navigation .nav-links>:only-child{
    grid-column:1 / -1!important;
}

.navigation.post-navigation .nav-previous,
.navigation.post-navigation .nav-next{
    float:none!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
}

.navigation.post-navigation .nav-previous a,
.navigation.post-navigation .nav-next a{
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    width:100%!important;
    min-width:0!important;
    min-height:94px!important;
    margin:0!important;
    padding:13px 14px!important;
    overflow:hidden!important;
    color:#111827!important;
    border:2px solid #111827!important;
    border-radius:8px!important;
    box-shadow:4px 4px 0 #111827!important;
    text-decoration:none!important;
    transform:none!important;
    transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease!important;
}

.navigation.post-navigation .nav-previous a{
    background:linear-gradient(135deg,#e8faff 0%,#bfefff 55%,#dbe7ff 100%)!important;
    text-align:left!important;
}

.navigation.post-navigation .nav-next a{
    background:linear-gradient(135deg,#fff0f7 0%,#ffd0e4 54%,#fff1bc 100%)!important;
    text-align:right!important;
}

.navigation.post-navigation .nav-subtitle{
    display:block!important;
    margin:0 0 6px!important;
    color:#526074!important;
    font-family:"Quicksand",sans-serif!important;
    font-size:9.5px!important;
    font-weight:900!important;
    line-height:1.15!important;
    letter-spacing:.065em!important;
    text-transform:uppercase!important;
}

.navigation.post-navigation .nav-title{
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
    min-width:0!important;
    color:#111827!important;
    font-family:"Quicksand",sans-serif!important;
    font-size:13px!important;
    font-weight:850!important;
    line-height:1.35!important;
}

.navigation.post-navigation .nav-next .nav-title{
    justify-content:flex-end!important;
}

.navigation.post-navigation .nav-post-title{
    display:-webkit-box!important;
    min-width:0!important;
    overflow:hidden!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
    word-break:break-word!important;
    overflow-wrap:anywhere!important;
}

.navigation.post-navigation .nav-title-icon-wrapper{
    display:grid!important;
    place-items:center!important;
    flex:0 0 28px!important;
    width:28px!important;
    height:28px!important;
    color:#fff!important;
    background:#111827!important;
    border-radius:7px!important;
}

.navigation.post-navigation .nav-title-icon-wrapper svg{
    width:14px!important;
    height:14px!important;
    fill:currentColor!important;
}

.navigation.post-navigation a:hover,
.navigation.post-navigation a:focus-visible{
    color:#111827!important;
    border-color:#e11d48!important;
    box-shadow:4px 4px 0 #111827,0 9px 18px rgba(225,29,72,.13)!important;
    transform:none!important;
}

/* ---------------------------------------------------------
   SUPPORT DOCK — compact scale matching gaiguvietnam.com
--------------------------------------------------------- */
.ggv-support-dock{
    right:12px!important;
    bottom:12px!important;
    gap:7px!important;
    max-width:calc(100vw - 16px)!important;
}

.ggv-support-dock__toggle{
    flex:0 0 42px!important;
    width:42px!important;
    height:62px!important;
    min-height:62px!important;
    border-radius:18px!important;
    border-width:1.5px!important;
    box-shadow:0 8px 18px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.05)!important;
}

.ggv-support-dock__toggle img{
    width:18px!important;
    height:18px!important;
}

.ggv-support-dock__panel{
    width:64px!important;
    padding:9px 6px!important;
    border-width:1.5px!important;
    border-radius:24px!important;
    box-shadow:0 13px 30px rgba(0,0,0,.34),inset 0 0 0 1px rgba(255,255,255,.025)!important;
}

.ggv-support-dock__items{
    gap:6px!important;
}

.ggv-support-dock__item{
    width:50px!important;
    height:50px!important;
    min-height:50px!important;
    border-radius:16px!important;
}

.ggv-support-dock__icon,
.ggv-support-dock__icon img{
    width:38px!important;
    height:38px!important;
}

.ggv-support-dock__vip-badge{
    right:-3px!important;
    bottom:-3px!important;
    min-width:31px!important;
    height:17px!important;
    padding:0 5px!important;
    border-radius:7px!important;
    font-size:7.5px!important;
}

.ggv-support-dock__label{
    right:calc(100% + 8px)!important;
    padding:6px 8px!important;
    font-size:9.5px!important;
}

@media(max-width:1023px){
    #site-navigation>.container{
        display:block!important;
        min-height:46px!important;
    }

    #site-navigation .menu-toggle{
        display:flex!important;
        align-items:center!important;
        justify-content:center!important;
        min-height:42px!important;
        margin:2px auto!important;
        padding:0 14px!important;
        font-family:"Quicksand",sans-serif!important;
        font-size:12px!important;
        font-weight:800!important;
        border-radius:8px!important;
        transform:none!important;
    }

    #site-navigation .nav-menu{
        display:none!important;
        min-height:0!important;
        padding:6px 0 8px!important;
    }

    #site-navigation.toggled-on .nav-menu,
    #site-navigation .nav-menu.toggled-on{
        display:block!important;
    }

    #site-navigation .nav-menu>li{
        display:block!important;
        min-height:44px!important;
    }

    #site-navigation .nav-menu>li>a,
    #site-navigation .nav-menu>li:hover>a,
    #site-navigation .nav-menu>li.focus>a,
    #site-navigation .nav-menu>li>a:hover,
    #site-navigation .nav-menu>li>a:focus-visible{
        justify-content:flex-start!important;
        width:100%!important;
        min-height:44px!important;
        padding:0 46px 0 12px!important;
        border:0!important;
        border-radius:8px!important;
    }

    #site-navigation .sub-menu,
    #site-navigation .children{
        position:static!important;
        min-width:0!important;
        margin:3px 0 5px 12px!important;
        padding:4px!important;
        box-shadow:none!important;
    }

    #site-navigation .dropdown-toggle{
        top:0!important;
        right:2px!important;
        width:42px!important;
        height:44px!important;
    }
}

@media(max-width:760px){
    .navigation.post-navigation .nav-links{
        grid-template-columns:1fr!important;
        gap:9px!important;
    }

    .navigation.post-navigation .nav-previous a,
    .navigation.post-navigation .nav-next a{
        min-height:82px!important;
        padding:11px 12px!important;
    }

    .ggvps-entry-footer-content{
        display:grid!important;
        grid-template-columns:1fr!important;
        gap:7px!important;
        padding:8px!important;
    }

    .ggvps-entry-footer-content .cat-links,
    .ggvps-entry-footer-content .tags-links,
    .ggvps-entry-footer-content .comments-link,
    .ggvps-entry-footer-content .edit-link{
        width:100%!important;
    }

    .ggv-support-dock{
        right:7px!important;
        bottom:8px!important;
        gap:5px!important;
    }

    .ggv-support-dock__toggle{
        flex-basis:36px!important;
        width:36px!important;
        height:54px!important;
        min-height:54px!important;
        border-radius:15px!important;
    }

    .ggv-support-dock__toggle img{
        width:15px!important;
        height:15px!important;
    }

    .ggv-support-dock__panel{
        width:56px!important;
        padding:7px 5px!important;
        border-radius:21px!important;
    }

    .ggv-support-dock__items{
        gap:5px!important;
    }

    .ggv-support-dock__item{
        width:44px!important;
        height:44px!important;
        min-height:44px!important;
        border-radius:14px!important;
    }

    .ggv-support-dock__icon,
    .ggv-support-dock__icon img{
        width:34px!important;
        height:34px!important;
    }

    .ggv-support-dock__vip-badge{
        min-width:27px!important;
        height:15px!important;
        padding:0 4px!important;
        font-size:6.5px!important;
    }
}

@media(max-height:620px) and (min-width:761px){
    .ggv-support-dock__panel{
        width:56px!important;
        padding:7px 5px!important;
    }

    .ggv-support-dock__items{
        gap:4px!important;
    }

    .ggv-support-dock__item{
        width:44px!important;
        height:44px!important;
        min-height:44px!important;
    }

    .ggv-support-dock__icon,
    .ggv-support-dock__icon img{
        width:34px!important;
        height:34px!important;
    }
}

@media(prefers-reduced-motion:reduce){
    #site-navigation *,
    .ggvps-entry-footer-content *,
    .ggvps-legacy-tool,
    .navigation.post-navigation *,
    .ggv-support-dock *,
    .featured-image,
    .featured-image img{
        transition:none!important;
    }
}

/* =========================================================
   GÁI GỌI v1.1.5 — HOMEPAGE IMAGE RECOVERY
   Real <img> elements replace fragile background-image URLs.
========================================================= */
.section-headlines-posts .featured-image,
.section-popular-posts .featured-image,
.section-recent-posts .featured-image,
.section-editors-choice .featured-image,
.section-top-stories .featured-image,
.section-trending-posts .featured-image,
.blog-archive .featured-image,
.search-results .featured-image{
    position:relative!important;
    isolation:isolate!important;
    overflow:hidden!important;
    background:#111827!important;
}

.section-headlines-posts .featured-image > .gg-post-image,
.section-popular-posts .featured-image > .gg-post-image,
.section-recent-posts .featured-image > .gg-post-image,
.section-editors-choice .featured-image > .gg-post-image,
.section-top-stories .featured-image > .gg-post-image,
.section-trending-posts .featured-image > .gg-post-image,
.blog-archive .featured-image .post-thumbnail,
.search-results .featured-image .post-thumbnail{
    position:absolute!important;
    inset:0!important;
    display:block!important;
    width:100%!important;
    height:100%!important;
    margin:0!important;
    padding:0!important;
}

.section-headlines-posts .featured-image > .gg-post-image,
.section-popular-posts .featured-image > .gg-post-image,
.section-recent-posts .featured-image > .gg-post-image,
.section-editors-choice .featured-image > .gg-post-image,
.section-top-stories .featured-image > .gg-post-image,
.section-trending-posts .featured-image > .gg-post-image,
.blog-archive .featured-image .gg-post-image,
.search-results .featured-image .gg-post-image{
    position:absolute!important;
    inset:0!important;
    display:block!important;
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    margin:0!important;
    object-fit:cover!important;
    object-position:center center!important;
    border:0!important;
    border-radius:6px!important;
}

.section-popular-posts article:not(:nth-child(-n+3)) .featured-image > .gg-post-image{
    object-position:center center!important;
}

.section-editors-choice .featured-image > .gg-post-image{
    z-index:0!important;
}

.section-editors-choice .featured-image::before{
    z-index:1!important;
    pointer-events:none!important;
}

.post-thumbnail-link{
    position:absolute!important;
    inset:0!important;
    z-index:3!important;
    display:block!important;
    width:100%!important;
    height:100%!important;
}

.featured-image .price-tag,
.featured-image .status-tag{
    z-index:5!important;
}

.section-editors-choice .entry-container,
.section-headlines-posts .entry-container{
    z-index:4!important;
    pointer-events:none!important;
}

.section-editors-choice .entry-container a,
.section-headlines-posts .entry-container a{
    pointer-events:auto!important;
}

.has-fallback-thumbnail .featured-image::after{
    content:"Ảnh đang cập nhật";
    position:absolute;
    right:8px;
    bottom:8px;
    z-index:6;
    padding:4px 7px;
    color:#101522;
    background:#ffe45c;
    border:1px solid #101522;
    border-radius:8px;
    font-family:"Quicksand",sans-serif;
    font-size:9px;
    font-weight:800;
}

@media (hover:hover) and (pointer:fine){
    .section-headlines-posts article:hover .gg-post-image,
    .section-popular-posts article:hover .gg-post-image,
    .section-recent-posts article:hover .gg-post-image,
    .section-editors-choice article:hover .gg-post-image,
    .section-top-stories article:hover .gg-post-image,
    .section-trending-posts article:hover .gg-post-image,
    .blog-archive article:hover .gg-post-image{
        transform:scale(1.045)!important;
        filter:saturate(1.08) contrast(1.04)!important;
    }
}

/* =========================================================
   GÁI GỌI v1.1.6 — HOME COHESION, CENTERED THUMBNAILS,
   COMIC PAGINATION & REGION DIRECTORY
========================================================= */

/* Correct contextual no-sidebar behavior inherited from Cube Blog. */
body.no-sidebar #primary,
body.no-sidebar #secondary + #primary{
	width:100%!important;
	max-width:100%!important;
	float:none!important;
	padding-left:0!important;
	padding-right:0!important;
}

body.no-sidebar #secondary{
	display:none!important;
}

.home #content-wrap{
	padding-top:10px!important;
	padding-bottom:18px!important;
}

/* Shared section rhythm: every Quiet Blog homepage block uses one coherent frame. */
.home .site-main > .section-headlines-posts,
.home .site-main > .section-popular-posts,
.home .site-main > .section-recent-posts,
.home .site-main > .section-editors-choice,
.home .site-main > .section-top-stories,
.home .site-main > .section-trending-posts{
	position:relative!important;
	clear:both!important;
	width:100%!important;
	max-width:100%!important;
	margin:0 0 18px!important;
	padding:14px!important;
	border:2px solid #252938!important;
	border-radius:8px!important;
	box-shadow:5px 6px 0 rgba(17,24,39,.82),0 14px 28px rgba(17,24,39,.12)!important;
	overflow:hidden!important;
}

.home .section-headlines-posts{background:linear-gradient(145deg,#241a29,#151924)!important;}
.home .section-popular-posts{background:linear-gradient(145deg,#eee8e8,#d9d0d1)!important;}
.home .section-recent-posts{background:linear-gradient(145deg,#c8c2c7,#aba4ab)!important;}
.home .section-editors-choice{background:linear-gradient(145deg,#f1d8e0,#dfbdc9)!important;}
.home .section-top-stories{background:linear-gradient(145deg,#e1d8e5,#cec2d2)!important;}
.home .section-trending-posts{background:linear-gradient(145deg,#8796a6,#708092)!important;}

.home .site-main > section .section-header{
	display:flex!important;
	align-items:center!important;
	justify-content:space-between!important;
	min-height:42px!important;
	margin:0 0 14px!important;
	padding:0 0 10px!important;
	border:0!important;
	border-bottom:2px solid rgba(17,24,39,.20)!important;
}

.home .site-main > section .section-header::after{
	content:""!important;
	position:absolute!important;
	left:14px!important;
	top:40px!important;
	bottom:auto!important;
	width:58px!important;
	height:4px!important;
	margin-top:0!important;
	background:linear-gradient(90deg,#20c9ff,#ff4f8b,#ffe15a)!important;
	border-radius:4px!important;
}

.home .site-main > section .section-title{
	margin:0!important;
	padding:0!important;
	color:#172033!important;
	font-family:"Quicksand",sans-serif!important;
	font-size:24px!important;
	font-weight:900!important;
	line-height:1.25!important;
	letter-spacing:-.02em!important;
	text-transform:none!important;
}

.home .section-trending-posts .section-title{
	color:#fff!important;
}

.home .section-headlines-posts > .columns-3,
.home .section-popular-posts > .columns-3,
.home .section-recent-posts > .columns-2,
.home .section-editors-choice > .columns-3,
.home .section-top-stories > .columns-4,
.home .section-trending-posts > .columns-4,
.home .blog-archive.columns-3{
	display:grid!important;
	width:100%!important;
	max-width:100%!important;
	min-width:0!important;
	margin:0!important;
	padding:0!important;
	gap:14px!important;
	align-items:stretch!important;
}

.home .section-headlines-posts > .columns-3,
.home .section-popular-posts > .columns-3,
.home .section-editors-choice > .columns-3,
.home .blog-archive.columns-3{
	grid-template-columns:repeat(3,minmax(0,1fr))!important;
}

.home .section-recent-posts > .columns-2{
	grid-template-columns:repeat(2,minmax(0,1fr))!important;
}

.home .section-top-stories > .columns-4,
.home .section-trending-posts > .columns-4{
	grid-template-columns:repeat(4,minmax(0,1fr))!important;
}

.home .site-main > section article,
.home .blog-archive article{
	width:auto!important;
	min-width:0!important;
	height:100%!important;
	margin:0!important;
	padding:0!important;
	float:none!important;
	clear:none!important;
}

/* Headlines and Editors Choice: original overlay structure, stabilized. */
.home .section-headlines-posts .headlines-item-wrapper,
.home .section-editors-choice .editors-choice-item{
	position:relative!important;
	display:block!important;
	height:100%!important;
	min-height:250px!important;
	overflow:hidden!important;
	border:2px solid #111827!important;
	border-radius:8px!important;
	box-shadow:4px 5px 0 rgba(0,0,0,.70)!important;
}

.home .section-headlines-posts .featured-image,
.home .section-editors-choice .featured-image{
	position:absolute!important;
	inset:0!important;
	width:100%!important;
	height:100%!important;
	min-height:0!important;
	margin:0!important;
	padding:0!important;
	border:0!important;
	box-shadow:none!important;
}

.home .section-headlines-posts .entry-container,
.home .section-editors-choice .entry-container{
	position:absolute!important;
	left:0!important;
	right:0!important;
	bottom:0!important;
	z-index:4!important;
	width:100%!important;
	margin:0!important;
	padding:64px 13px 13px!important;
	background:linear-gradient(to top,rgba(5,7,12,.97),rgba(5,7,12,.66),transparent)!important;
}

/* Popular: first row large, remaining cards compact and aligned. */
.home .section-popular-posts article{
	position:relative!important;
	display:grid!important;
	grid-template-columns:96px minmax(0,1fr)!important;
	gap:12px!important;
	min-height:112px!important;
	padding:9px!important;
	background:rgba(255,255,255,.62)!important;
	border:1px solid rgba(17,24,39,.28)!important;
	border-radius:8px!important;
	box-shadow:0 7px 14px rgba(17,24,39,.08)!important;
}

.home .section-popular-posts article .featured-image{
	position:relative!important;
	inset:auto!important;
	width:96px!important;
	height:100%!important;
	min-height:92px!important;
	margin:0!important;
	padding:0!important;
}

.home .section-popular-posts article .entry-container{
	width:auto!important;
	min-width:0!important;
	margin:0!important;
	padding:4px 0!important;
	float:none!important;
	display:block!important;
}

.home .section-popular-posts article:nth-child(-n+3){
	display:block!important;
	padding:0 0 12px!important;
	background:rgba(255,255,255,.78)!important;
}

.home .section-popular-posts article:nth-child(-n+3) .featured-image{
	width:100%!important;
	height:auto!important;
	min-height:0!important;
	aspect-ratio:16 / 10!important;
	margin:0 0 11px!important;
}

.home .section-popular-posts article:nth-child(-n+3) .entry-container{
	padding:0 12px!important;
}

.home .section-popular-posts .posted-on a,
.home .section-recent-posts .posted-on a,
.home .section-top-stories .posted-on a,
.home .section-trending-posts .posted-on a{
	margin-left:0!important;
}

/* Recent: retain the two-column horizontal Quiet Blog composition without table/absolute bugs. */
.home .section-recent-posts .recent-post-wrap{
	height:100%!important;
	padding:10px!important;
	background:rgba(255,255,255,.60)!important;
	border:1px solid rgba(17,24,39,.28)!important;
	border-radius:8px!important;
	box-shadow:0 8px 16px rgba(17,24,39,.08)!important;
}

.home .section-recent-posts .recent-post-item{
	display:grid!important;
	grid-template-columns:minmax(130px,42%) minmax(0,1fr)!important;
	gap:14px!important;
	width:100%!important;
	height:100%!important;
	min-height:180px!important;
}

.home .section-recent-posts .featured-image{
	position:relative!important;
	inset:auto!important;
	width:100%!important;
	height:100%!important;
	min-height:180px!important;
	margin:0!important;
	padding:0!important;
}

.home .section-recent-posts .entry-container{
	display:flex!important;
	flex-direction:column!important;
	justify-content:center!important;
	width:auto!important;
	min-width:0!important;
	margin:0!important;
	padding:8px 8px 8px 0!important;
	float:none!important;
}

/* Top Stories and Trending: consistent equal-height media cards. */
.home .section-top-stories article,
.home .section-trending-posts article{
	display:flex!important;
	flex-direction:column!important;
	min-width:0!important;
}

.home .section-top-stories .featured-image,
.home .section-trending-posts .featured-image{
	position:relative!important;
	width:100%!important;
	height:auto!important;
	min-height:0!important;
	aspect-ratio:16 / 10!important;
	margin:0 0 11px!important;
	padding:0!important;
}

.home .section-top-stories .entry-container,
.home .section-trending-posts .entry-container{
	flex:1 1 auto!important;
	min-width:0!important;
}

.home .section-trending-posts .entry-title a,
.home .section-trending-posts .posted-on a{
	color:#fff!important;
}

/* Archive block is visually connected to homepage sections. */
.home .blog-archive{
	clear:both!important;
	margin:0 0 20px!important;
	padding:14px!important;
	background:#fff!important;
	border:2px solid #252938!important;
	border-radius:8px!important;
	box-shadow:5px 6px 0 rgba(17,24,39,.82),0 14px 28px rgba(17,24,39,.10)!important;
}

/* Center-first thumbnail crop across homepage, archive and search. */
.section-headlines-posts .gg-post-image,
.section-popular-posts .gg-post-image,
.section-recent-posts .gg-post-image,
.section-editors-choice .gg-post-image,
.section-top-stories .gg-post-image,
.section-trending-posts .gg-post-image,
.blog-archive .gg-post-image,
.search-results .gg-post-image,
.featured-image img{
	object-fit:cover!important;
	object-position:50% 30%!important;
}

/* Comic Honeytoon pagination. */
.navigation.pagination{
	clear:both!important;
	display:flex!important;
	align-items:center!important;
	justify-content:center!important;
	width:100%!important;
	max-width:100%!important;
	margin:24px 0 10px!important;
	padding:11px!important;
	background:linear-gradient(145deg,#fff8fb,#eef9ff)!important;
	border:2px solid #172033!important;
	border-radius:8px!important;
	box-shadow:4px 5px 0 #172033,0 12px 24px rgba(17,24,39,.12)!important;
	overflow:visible!important;
}

.navigation.pagination .nav-links{
	display:flex!important;
	flex-wrap:wrap!important;
	align-items:center!important;
	justify-content:center!important;
	gap:7px!important;
	width:100%!important;
	max-width:100%!important;
	margin:0!important;
	padding:0!important;
}

.navigation.pagination .page-numbers{
	display:inline-flex!important;
	align-items:center!important;
	justify-content:center!important;
	min-width:40px!important;
	height:40px!important;
	margin:0!important;
	padding:0 11px!important;
	color:#172033!important;
	background:#fff!important;
	border:2px solid #172033!important;
	border-radius:8px!important;
	box-shadow:2px 3px 0 rgba(23,32,51,.78)!important;
	font-family:"Quicksand",sans-serif!important;
	font-size:12px!important;
	font-weight:900!important;
	line-height:1!important;
	text-decoration:none!important;
	transition:background-color .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease!important;
}

.navigation.pagination a.page-numbers:hover,
.navigation.pagination a.page-numbers:focus-visible{
	color:#111827!important;
	background:linear-gradient(135deg,#7ee7ff,#ffe45c)!important;
	border-color:#111827!important;
	box-shadow:3px 4px 0 #111827!important;
	transform:none!important;
}

.navigation.pagination .page-numbers.current{
	color:#fff!important;
	background:linear-gradient(135deg,#ff6ba8,#e11d48)!important;
	border-color:#6f102e!important;
	box-shadow:3px 4px 0 #6f102e!important;
}

.navigation.pagination .page-numbers.dots{
	min-width:28px!important;
	padding:0 4px!important;
	background:transparent!important;
	border-color:transparent!important;
	box-shadow:none!important;
}

.navigation.pagination .page-numbers.prev,
.navigation.pagination .page-numbers.next{
	gap:7px!important;
	min-width:108px!important;
	background:#172033!important;
	color:#fff!important;
}

.navigation.pagination .page-numbers.prev svg,
.navigation.pagination .page-numbers.next svg{
	width:15px!important;
	height:15px!important;
	fill:currentColor!important;
}

.navigation.pagination .gg-pagination-label{
	display:inline!important;
}

/* Region directory sorted by aggregate post count. */
.gg-region-page{
	width:min(1180px,92%)!important;
	max-width:100%!important;
	margin:24px auto 38px!important;
	padding:0!important;
	font-family:"Inter",sans-serif!important;
}

.gg-region-hero{
	position:relative!important;
	padding:24px!important;
	background:linear-gradient(145deg,#111827,#1f2937 58%,#172554)!important;
	border:2px solid #05070c!important;
	border-radius:8px!important;
	box-shadow:6px 7px 0 #05070c,0 18px 34px rgba(17,24,39,.24)!important;
	color:#fff!important;
	text-align:center!important;
}

.gg-region-eyebrow{
	display:inline-flex!important;
	align-items:center!important;
	min-height:28px!important;
	padding:0 10px!important;
	background:linear-gradient(135deg,#7ee7ff,#ffe45c)!important;
	border:2px solid #05070c!important;
	border-radius:8px!important;
	box-shadow:2px 3px 0 #05070c!important;
	color:#111827!important;
	font-family:"Quicksand",sans-serif!important;
	font-size:10px!important;
	font-weight:900!important;
	text-transform:uppercase!important;
}

.gg-region-hero h1{
	margin:15px 0 8px!important;
	color:#fff!important;
	font-family:"Quicksand",sans-serif!important;
	font-size:clamp(25px,4vw,40px)!important;
	font-weight:900!important;
	line-height:1.15!important;
}

.gg-region-hero p{
	max-width:760px!important;
	margin:0 auto!important;
	color:#cbd5e1!important;
	font-size:14px!important;
	line-height:1.65!important;
}

.gg-region-stats{
	display:flex!important;
	flex-wrap:wrap!important;
	justify-content:center!important;
	gap:10px!important;
	margin-top:18px!important;
}

.gg-region-stats span{
	display:inline-flex!important;
	align-items:center!important;
	gap:5px!important;
	min-height:34px!important;
	padding:0 11px!important;
	background:rgba(255,255,255,.08)!important;
	border:1px solid rgba(255,255,255,.22)!important;
	border-radius:8px!important;
	font-size:11px!important;
}

.gg-region-stats strong{color:#ffe45c!important;font-size:14px!important;}

.gg-region-quick{
	display:flex!important;
	flex-wrap:wrap!important;
	align-items:center!important;
	gap:8px!important;
	margin:20px 0!important;
	padding:12px!important;
	background:#fff!important;
	border:2px solid #172033!important;
	border-radius:8px!important;
	box-shadow:4px 5px 0 rgba(23,32,51,.82)!important;
}

.gg-region-quick__label{
	font-family:"Quicksand",sans-serif!important;
	font-size:11px!important;
	font-weight:900!important;
	text-transform:uppercase!important;
}

.gg-region-quick a{
	display:inline-flex!important;
	align-items:center!important;
	gap:6px!important;
	min-height:32px!important;
	padding:0 9px!important;
	color:#172033!important;
	background:#eef7ff!important;
	border:1px solid #9bc8e8!important;
	border-radius:8px!important;
	font-size:10px!important;
	font-weight:850!important;
	text-decoration:none!important;
}

.gg-region-quick a small{
	display:inline-grid!important;
	place-items:center!important;
	min-width:20px!important;
	height:20px!important;
	padding:0 4px!important;
	background:#172033!important;
	border-radius:6px!important;
	color:#fff!important;
	font-size:8px!important;
}

.gg-region-grid{
	display:grid!important;
	grid-template-columns:repeat(3,minmax(0,1fr))!important;
	gap:16px!important;
}

.gg-region-card{
	display:flex!important;
	flex-direction:column!important;
	min-width:0!important;
	padding:16px!important;
	background:linear-gradient(145deg,#fff,#f7f8fb)!important;
	border:2px solid #273043!important;
	border-radius:8px!important;
	box-shadow:4px 5px 0 rgba(39,48,67,.82),0 12px 22px rgba(17,24,39,.10)!important;
}

.gg-region-card.is-top-region{
	background:linear-gradient(145deg,#fff7df,#fff0f6)!important;
	border-color:#b45309!important;
	box-shadow:4px 5px 0 #7c2d12,0 12px 22px rgba(180,83,9,.14)!important;
}

.gg-region-card__head{
	display:grid!important;
	grid-template-columns:42px minmax(0,1fr)!important;
	gap:11px!important;
	align-items:center!important;
	margin:0 0 13px!important;
	padding:0 0 12px!important;
	border-bottom:1px solid #dfe4ec!important;
}

.gg-region-rank{
	display:grid!important;
	place-items:center!important;
	width:42px!important;
	height:42px!important;
	background:linear-gradient(135deg,#7ee7ff,#ff77ae)!important;
	border:2px solid #172033!important;
	border-radius:8px!important;
	box-shadow:2px 3px 0 #172033!important;
	font-family:"Quicksand",sans-serif!important;
	font-size:13px!important;
	font-weight:900!important;
}

.gg-region-card h2{
	margin:0!important;
	font-size:17px!important;
	line-height:1.2!important;
}

.gg-region-card h2 a{
	color:#172033!important;
	font-family:"Quicksand",sans-serif!important;
	font-weight:900!important;
	text-decoration:none!important;
}

.gg-region-card__count{
	display:block!important;
	margin-top:4px!important;
	color:#687083!important;
	font-size:10px!important;
	font-weight:750!important;
}

.gg-region-children{
	display:grid!important;
	gap:7px!important;
	margin:0 0 14px!important;
	padding:0!important;
	list-style:none!important;
}

.gg-region-children li{margin:0!important;padding:0!important;}

.gg-region-children a{
	display:flex!important;
	align-items:center!important;
	justify-content:space-between!important;
	gap:8px!important;
	min-height:35px!important;
	padding:0 9px!important;
	color:#354052!important;
	background:#fff!important;
	border:1px solid #e0e5ec!important;
	border-radius:8px!important;
	font-size:10.5px!important;
	font-weight:750!important;
	text-decoration:none!important;
}

.gg-region-children a small{
	display:inline-grid!important;
	place-items:center!important;
	min-width:24px!important;
	height:22px!important;
	padding:0 5px!important;
	background:#eef2f7!important;
	border-radius:6px!important;
	color:#172033!important;
	font-size:8px!important;
	font-weight:900!important;
}

.gg-region-card__empty{
	margin:0 0 14px!important;
	color:#8a93a3!important;
	font-size:10px!important;
	font-style:italic!important;
}

.gg-region-card__action{
	display:flex!important;
	align-items:center!important;
	justify-content:space-between!important;
	gap:10px!important;
	min-height:39px!important;
	margin-top:auto!important;
	padding:0 11px!important;
	color:#fff!important;
	background:linear-gradient(135deg,#168ed7,#1d4ed8)!important;
	border:2px solid #172033!important;
	border-radius:8px!important;
	box-shadow:2px 3px 0 #172033!important;
	font-family:"Quicksand",sans-serif!important;
	font-size:10px!important;
	font-weight:900!important;
	text-decoration:none!important;
}

.gg-region-card a:hover,
.gg-region-card a:focus-visible{
	filter:brightness(1.05) saturate(1.08)!important;
}

.gg-region-empty{
	padding:24px!important;
	background:#fff!important;
	border:2px dashed #9aa3b2!important;
	border-radius:8px!important;
	text-align:center!important;
}

@media(max-width:1023px){
	.home .section-headlines-posts > .columns-3,
	.home .section-popular-posts > .columns-3,
	.home .section-editors-choice > .columns-3,
	.home .blog-archive.columns-3{
		grid-template-columns:repeat(2,minmax(0,1fr))!important;
	}

	.home .section-top-stories > .columns-4,
	.home .section-trending-posts > .columns-4{
		grid-template-columns:repeat(2,minmax(0,1fr))!important;
	}

	.gg-region-grid{
		grid-template-columns:repeat(2,minmax(0,1fr))!important;
	}
}

@media(max-width:760px){
	.home .site-main > .section-headlines-posts,
	.home .site-main > .section-popular-posts,
	.home .site-main > .section-recent-posts,
	.home .site-main > .section-editors-choice,
	.home .site-main > .section-top-stories,
	.home .site-main > .section-trending-posts,
	.home .blog-archive{
		padding:10px!important;
		margin-bottom:14px!important;
		box-shadow:3px 4px 0 rgba(17,24,39,.80),0 10px 20px rgba(17,24,39,.10)!important;
	}

	.home .section-recent-posts > .columns-2{
		grid-template-columns:1fr!important;
	}

	.home .section-recent-posts .recent-post-item{
		grid-template-columns:minmax(112px,39%) minmax(0,1fr)!important;
		min-height:155px!important;
	}

	.home .section-recent-posts .featured-image{
		min-height:155px!important;
	}

	.navigation.pagination{
		padding:8px!important;
		box-shadow:3px 4px 0 #172033!important;
	}

	.navigation.pagination .nav-links{
		gap:5px!important;
	}

	.navigation.pagination .page-numbers{
		min-width:36px!important;
		height:36px!important;
		padding:0 8px!important;
		font-size:11px!important;
	}

	.navigation.pagination .page-numbers.prev,
	.navigation.pagination .page-numbers.next{
		min-width:92px!important;
	}

	.gg-region-page{
		width:min(94%,1180px)!important;
		margin-top:16px!important;
	}

	.gg-region-hero{
		padding:18px 14px!important;
		box-shadow:4px 5px 0 #05070c!important;
	}

	.gg-region-grid{
		grid-template-columns:1fr!important;
		gap:13px!important;
	}
}

@media(max-width:520px){
	.home .section-headlines-posts > .columns-3,
	.home .section-popular-posts > .columns-3,
	.home .section-editors-choice > .columns-3,
	.home .section-top-stories > .columns-4,
	.home .section-trending-posts > .columns-4,
	.home .blog-archive.columns-3{
		grid-template-columns:1fr!important;
	}

	.home .section-popular-posts article:nth-child(-n+3) .featured-image,
	.home .section-top-stories .featured-image,
	.home .section-trending-posts .featured-image{
		aspect-ratio:16 / 9!important;
	}

	.home .section-headlines-posts .headlines-item-wrapper,
	.home .section-editors-choice .editors-choice-item{
		min-height:280px!important;
	}

	.navigation.pagination .gg-pagination-label{
		display:none!important;
	}

	.navigation.pagination .page-numbers.prev,
	.navigation.pagination .page-numbers.next{
		min-width:40px!important;
		padding:0 10px!important;
	}

	.gg-region-quick{
		display:grid!important;
		grid-template-columns:repeat(2,minmax(0,1fr))!important;
	}

	.gg-region-quick__label{
		grid-column:1 / -1!important;
	}

	.gg-region-quick a{
		justify-content:space-between!important;
	}
}



/* =========================================================
   GÁI GỌI v1.1.7 — FIXED THUMBNAIL FRAMES,
   DISTINCT ARCHIVE SECTION & ONE-ROW COMIC PAGINATION
========================================================= */

/* Reset inherited float/clear rules before using CSS Grid. */
.home .section-headlines-posts article,
.home .section-popular-posts article,
.home .section-recent-posts article,
.home .section-editors-choice article,
.home .section-top-stories article,
.home .section-trending-posts article,
.home .blog-archive article{
	clear:none!important;
	float:none!important;
	grid-column:auto!important;
	grid-row:auto!important;
	min-width:0!important;
	max-width:none!important;
}

.home .section-headlines-posts > .columns-3,
.home .section-popular-posts > .columns-3,
.home .section-recent-posts > .columns-2,
.home .section-editors-choice > .columns-3,
.home .section-top-stories > .columns-4,
.home .section-trending-posts > .columns-4,
.home .blog-archive.columns-3{
	grid-auto-flow:row!important;
	grid-auto-rows:1fr!important;
}

/* Every card type receives a predictable thumbnail frame. */
.home .section-headlines-posts .headlines-item-wrapper,
.home .section-editors-choice .editors-choice-item{
	display:block!important;
	height:auto!important;
	min-height:0!important;
	aspect-ratio:16 / 10!important;
}

.home .section-headlines-posts .featured-image,
.home .section-editors-choice .featured-image{
	position:absolute!important;
	inset:0!important;
	width:100%!important;
	height:100%!important;
	min-height:0!important;
	aspect-ratio:auto!important;
}

/* Popular posts: remove mixed large/compact dimensions that broke the grid. */
.home .section-popular-posts article,
.home .section-popular-posts article:nth-child(-n+3){
	display:flex!important;
	flex-direction:column!important;
	gap:0!important;
	height:100%!important;
	min-height:0!important;
	padding:0!important;
	background:rgba(255,255,255,.82)!important;
	overflow:hidden!important;
    border: 2px solid rgba(17,24,39,.72) !important;
    border-radius: 8px !important;
    box-shadow: 3px 4px 0 rgba(104, 98, 98, 0.79) !important;
}

.home .section-popular-posts article .featured-image,
.home .section-popular-posts article:nth-child(-n+3) .featured-image{
	position:relative!important;
	inset:auto!important;
	flex:0 0 auto!important;
	width:100%!important;
	height:auto!important;
	min-height:0!important;
	aspect-ratio:16 / 10!important;
	margin:0!important;
	padding:0!important;
	border:0!important;
	border-bottom:2px solid rgba(17,24,39,.72)!important;
	border-radius:0!important;
	box-shadow:none!important;
}

.home .section-popular-posts article .entry-container,
.home .section-popular-posts article:nth-child(-n+3) .entry-container{
	display:flex!important;
	flex:1 1 auto!important;
	flex-direction:column!important;
	width:100%!important;
	min-width:0!important;
	padding:12px!important;
}

.home .section-popular-posts article .entry-title,
.home .section-popular-posts article:nth-child(-n+3) .entry-title{
	display:-webkit-box!important;
	-webkit-box-orient:vertical!important;
	-webkit-line-clamp:2!important;
	min-height:2.7em!important;
	margin:7px 0 8px!important;
	overflow:hidden!important;
	font-size:15px!important;
	line-height:1.35!important;
}

.home .section-popular-posts article .posted-on{
	margin-top:auto!important;
}

/* Recent cards keep their horizontal identity but every image has one size. */
.home .section-recent-posts .recent-post-wrap,
.home .section-recent-posts .recent-post-item{
	height:100%!important;
}

.home .section-recent-posts .recent-post-item{
	display:grid!important;
	grid-template-columns:minmax(150px,42%) minmax(0,1fr)!important;
	gap:14px!important;
	min-height:190px!important;
}

.home .section-recent-posts .featured-image{
	position:relative!important;
	inset:auto!important;
	width:100%!important;
	height:190px!important;
	min-height:190px!important;
	aspect-ratio:auto!important;
	margin:0!important;
	padding:0!important;
	border:2px solid rgba(17,24,39,.72)!important;
	border-radius:8px!important;
	box-shadow:3px 4px 0 rgba(17,24,39,.42)!important;
}

.home .section-recent-posts .entry-container{
	display:flex!important;
	flex-direction:column!important;
	justify-content:center!important;
	width:100%!important;
	min-width:0!important;
	padding:9px 8px 9px 0!important;
}

/* Top Stories / Trending use equal media height and equal card height. */
.home .section-top-stories article,
.home .section-trending-posts article{
	display:flex!important;
	flex-direction:column!important;
	height:100%!important;
}

.home .section-top-stories .featured-image,
.home .section-trending-posts .featured-image{
	position:relative!important;
	flex:0 0 auto!important;
	width:100%!important;
	height:auto!important;
	min-height:0!important;
	aspect-ratio:16 / 10!important;
	margin:0 0 11px!important;
	padding:0!important;
	border:2px solid rgba(17,24,39,.72)!important;
	border-radius:8px!important;
	box-shadow:3px 4px 0 rgba(17,24,39,.38)!important;
}

.home .section-top-stories .entry-container,
.home .section-trending-posts .entry-container{
	display:flex!important;
	flex:1 1 auto!important;
	flex-direction:column!important;
	min-width:0!important;
}

/* Center-first crop: fill the frame from its visual center. */
.home .section-headlines-posts .gg-post-image,
.home .section-popular-posts .gg-post-image,
.home .section-recent-posts .gg-post-image,
.home .section-editors-choice .gg-post-image,
.home .section-top-stories .gg-post-image,
.home .section-trending-posts .gg-post-image,
.home .blog-archive .gg-post-image,
.archive .blog-archive .gg-post-image,
.search-results .blog-archive .gg-post-image{
	position:absolute!important;
	inset:0!important;
	display:block!important;
	width:100%!important;
	height:100%!important;
	max-width:none!important;
	object-fit:cover!important;
	object-position:50% 30%!important;
	border:0!important;
	border-radius:0!important;
}

/* Dedicated archive panel: one outer frame, one card frame, no stacked shadows. */
.gg-home-archive-section{
	position:relative!important;
	clear:both!important;
	width:100%!important;
	max-width:100%!important;
	margin:0 0 22px!important;
	padding:14px!important;
	background:
		radial-gradient(circle at 100% 0,rgba(32,201,255,.15),transparent 34%),
		linear-gradient(145deg,#fff9e9 0%,#fff4f8 48%,#eef8ff 100%)!important;
	border:2px solid #172033!important;
	border-radius:8px!important;
	box-shadow:5px 6px 0 #172033,0 14px 28px rgba(17,24,39,.11)!important;
	overflow:hidden!important;
}

.gg-home-archive-header{
	display:flex!important;
	align-items:center!important;
	gap:12px!important;
	margin:0 0 14px!important;
	padding:0 0 12px!important;
	border-bottom:2px solid rgba(23,32,51,.20)!important;
}

.gg-home-archive-kicker{
	display:inline-flex!important;
	align-items:center!important;
	justify-content:center!important;
	flex:0 0 auto!important;
	min-height:32px!important;
	padding:0 10px!important;
	color:#172033!important;
	background:linear-gradient(135deg,#7ee7ff,#ffe45c,#ff92c4)!important;
	border:2px solid #172033!important;
	border-radius:8px!important;
	box-shadow:2px 3px 0 #172033!important;
	font-family:"Quicksand",sans-serif!important;
	font-size:10px!important;
	font-weight:900!important;
	line-height:1!important;
	text-transform:uppercase!important;
	white-space:nowrap!important;
}

.gg-home-archive-heading{
	min-width:0!important;
}

.gg-home-archive-heading h2{
	margin:0!important;
	color:#172033!important;
	font-family:"Quicksand",sans-serif!important;
	font-size:19px!important;
	font-weight:900!important;
	line-height:1.25!important;
	letter-spacing:-.02em!important;
}

.gg-home-archive-heading p{
	margin:3px 0 0!important;
	color:#657083!important;
	font-family:"Inter",sans-serif!important;
	font-size:10.5px!important;
	line-height:1.45!important;
}

.home .gg-home-archive-section .blog-archive{
	display:grid!important;
	grid-template-columns:repeat(3,minmax(0,1fr))!important;
	grid-auto-flow:row!important;
	grid-auto-rows:1fr!important;
	gap:14px!important;
	width:100%!important;
	max-width:100%!important;
	margin:0!important;
	padding:0!important;
	background:transparent!important;
	border:0!important;
	border-radius:0!important;
	box-shadow:none!important;
	overflow:visible!important;
}

.home .gg-home-archive-section .blog-archive article{
	display:block!important;
	width:auto!important;
	height:100%!important;
	margin:0!important;
	padding:0!important;
}

.home .gg-home-archive-section .blog-post-item{
	display:flex!important;
	flex-direction:column!important;
	height:100%!important;
	min-height:0!important;
	padding:0!important;
	background:#fff!important;
	border:2px solid #263043!important;
	border-radius:8px!important;
	box-shadow:3px 4px 0 rgba(38,48,67,.72)!important;
	overflow:hidden!important;
	filter:none!important;
	transition:box-shadow .18s ease,border-color .18s ease,background-color .18s ease!important;
}

.home .gg-home-archive-section .featured-post-item-inner{
	position:relative!important;
	flex:0 0 auto!important;
	width:100%!important;
	min-width:0!important;
}

.home .gg-home-archive-section .featured-image{
	position:relative!important;
	width:100%!important;
	height:auto!important;
	min-height:0!important;
	aspect-ratio:16 / 10!important;
	margin:0!important;
	padding:0!important;
	background:#111827!important;
	border:0!important;
	border-bottom:2px solid #263043!important;
	border-radius:0!important;
	box-shadow:none!important;
	filter:none!important;
}

.home .gg-home-archive-section .entry-container{
	display:flex!important;
	flex:1 1 auto!important;
	flex-direction:column!important;
	width:100%!important;
	min-width:0!important;
	padding:12px!important;
	background:#fff!important;
}

.home .gg-home-archive-section .entry-title{
	display:-webkit-box!important;
	-webkit-box-orient:vertical!important;
	-webkit-line-clamp:2!important;
	min-height:2.7em!important;
	margin:0 0 8px!important;
	overflow:hidden!important;
	font-family:"Quicksand",sans-serif!important;
	font-size:15px!important;
	font-weight:800!important;
	line-height:1.35!important;
}

.home .gg-home-archive-section .posted-on{
	margin-top:auto!important;
	margin-bottom:0!important;
}

@media(hover:hover) and (pointer:fine){
	.home .gg-home-archive-section article:hover .blog-post-item{
		background:#fffdf7!important;
		border-color:#e11d48!important;
		box-shadow:4px 5px 0 #e11d48,0 12px 22px rgba(225,29,72,.13)!important;
	}
}

/* One-row pagination: edge controls outside, numbers centered, no wrapping. */
.navigation.pagination.gg-comic-pagination{
	display:block!important;
	width:100%!important;
	max-width:100%!important;
	margin:24px 0 12px!important;
	padding:10px!important;
	overflow:hidden!important;
}

.navigation.pagination.gg-comic-pagination .nav-links{
	display:grid!important;
	grid-template-columns:minmax(104px,auto) minmax(0,1fr) minmax(104px,auto)!important;
	align-items:center!important;
	gap:8px!important;
	width:100%!important;
	max-width:100%!important;
	margin:0!important;
	padding:0!important;
}

.gg-pagination-edge{
	display:flex!important;
	align-items:center!important;
	min-width:0!important;
}

.gg-pagination-edge-prev{
	justify-content:flex-start!important;
}

.gg-pagination-edge-next{
	justify-content:flex-end!important;
}

.gg-pagination-pages{
	display:flex!important;
	flex-wrap:nowrap!important;
	align-items:center!important;
	justify-content:center!important;
	gap:6px!important;
	min-width:0!important;
	max-width:100%!important;
	overflow-x:auto!important;
	overflow-y:hidden!important;
	padding:3px 1px 5px!important;
	scrollbar-width:none!important;
	-webkit-overflow-scrolling:touch!important;
}

.gg-pagination-pages::-webkit-scrollbar{
	display:none!important;
}

.navigation.pagination.gg-comic-pagination .page-numbers{
	flex:0 0 auto!important;
	margin:0!important;
	white-space:nowrap!important;
}

.navigation.pagination.gg-comic-pagination .gg-pagination-edge .page-numbers{
	display:inline-flex!important;
	width:auto!important;
	min-width:104px!important;
	max-width:100%!important;
	gap:7px!important;
	padding:0 11px!important;
	white-space:nowrap!important;
}

.navigation.pagination.gg-comic-pagination .gg-pagination-label{
	display:inline-block!important;
	max-width:100%!important;
	overflow:hidden!important;
	text-overflow:ellipsis!important;
	white-space:nowrap!important;
}

.navigation.pagination.gg-comic-pagination .is-disabled{
	opacity:.38!important;
	cursor:not-allowed!important;
	box-shadow:none!important;
}

.navigation.pagination.gg-comic-pagination .screen-reader-text{
	position:absolute!important;
	width:1px!important;
	height:1px!important;
	margin:-1px!important;
	padding:0!important;
	overflow:hidden!important;
	clip:rect(0,0,0,0)!important;
	clip-path:inset(50%)!important;
	border:0!important;
	white-space:nowrap!important;
}

@media(max-width:900px){
	.home .section-headlines-posts > .columns-3,
	.home .section-popular-posts > .columns-3,
	.home .section-editors-choice > .columns-3,
	.home .gg-home-archive-section .blog-archive{
		grid-template-columns:repeat(2,minmax(0,1fr))!important;
	}

	.home .section-top-stories > .columns-4,
	.home .section-trending-posts > .columns-4{
		grid-template-columns:repeat(2,minmax(0,1fr))!important;
	}
}

@media(max-width:700px){
	.home .section-recent-posts .recent-post-item{
		grid-template-columns:minmax(118px,38%) minmax(0,1fr)!important;
		min-height:158px!important;
	}

	.home .section-recent-posts .featured-image{
		height:158px!important;
		min-height:158px!important;
	}

	.navigation.pagination.gg-comic-pagination .nav-links{
		grid-template-columns:42px minmax(0,1fr) 42px!important;
		gap:5px!important;
	}

	.navigation.pagination.gg-comic-pagination .gg-pagination-edge .page-numbers{
		width:40px!important;
		min-width:40px!important;
		height:38px!important;
		padding:0 9px!important;
	}

	.navigation.pagination.gg-comic-pagination .gg-pagination-label{
		display:none!important;
	}
}

@media(max-width:520px){
	.home .section-headlines-posts > .columns-3,
	.home .section-popular-posts > .columns-3,
	.home .section-editors-choice > .columns-3,
	.home .section-top-stories > .columns-4,
	.home .section-trending-posts > .columns-4,
	.home .gg-home-archive-section .blog-archive{
		grid-template-columns:1fr!important;
	}

	.gg-home-archive-section{
		padding:10px!important;
		box-shadow:3px 4px 0 #172033!important;
	}

	.gg-home-archive-header{
		align-items:flex-start!important;
		gap:9px!important;
	}

	.gg-home-archive-kicker{
		min-height:29px!important;
		padding:0 8px!important;
		font-size:8.5px!important;
	}

	.gg-home-archive-heading h2{
		font-size:16px!important;
	}

	.gg-home-archive-heading p{
		font-size:9.5px!important;
	}

	.home .section-recent-posts .recent-post-item{
		grid-template-columns:1fr!important;
		min-height:0!important;
	}

	.home .section-recent-posts .featured-image{
		height:auto!important;
		min-height:0!important;
		aspect-ratio:16 / 10!important;
	}

	.home .section-recent-posts .entry-container{
		padding:11px 2px 2px!important;
	}

	.navigation.pagination.gg-comic-pagination{
		padding:7px!important;
	}

	.navigation.pagination.gg-comic-pagination .page-numbers{
		min-width:34px!important;
		height:36px!important;
		padding:0 8px!important;
		font-size:10px!important;
	}
}

/* =========================================================
   GÁI GỌI v1.1.8 — FIRST GRID ITEM / CLEARFIX RECOVERY

   Nguyên nhân:
   Cube Blog dùng .clear::before và .clear::after với display:table.
   Khi wrapper được đổi sang CSS Grid, hai pseudo-element này trở
   thành grid item thật và chiếm ô đầu/ô cuối, làm toàn bộ bài viết
   bị lệch một vị trí.

   Cách khắc phục:
   - Wrapper grid không còn dùng class .clear trong PHP.
   - Vô hiệu hóa pseudo-element clearfix trên grid để tương thích
     với cache HTML cũ và các template/plugin còn dùng class cũ.
========================================================= */

.gg-home-grid,
.gg-archive-grid{
	position:relative!important;
	width:100%!important;
	max-width:100%!important;
	min-width:0!important;
	margin:0!important;
	padding:0!important;
	grid-auto-flow:row!important;
	grid-auto-rows:auto!important;
	align-items:stretch!important;
}

.gg-home-grid::before,
.gg-home-grid::after,
.gg-archive-grid::before,
.gg-archive-grid::after,
.home .section-headlines-posts > .columns-3::before,
.home .section-headlines-posts > .columns-3::after,
.home .section-popular-posts > .columns-3::before,
.home .section-popular-posts > .columns-3::after,
.home .section-recent-posts > .columns-2::before,
.home .section-recent-posts > .columns-2::after,
.home .section-editors-choice > .columns-3::before,
.home .section-editors-choice > .columns-3::after,
.home .section-top-stories > .columns-4::before,
.home .section-top-stories > .columns-4::after,
.home .section-trending-posts > .columns-4::before,
.home .section-trending-posts > .columns-4::after,
.blog-archive.columns-3::before,
.blog-archive.columns-3::after{
	content:none!important;
	display:none!important;
	width:0!important;
	height:0!important;
	margin:0!important;
	padding:0!important;
}

.gg-home-grid > article,
.gg-archive-grid > article,
.home .section-headlines-posts > .columns-3 > article,
.home .section-popular-posts > .columns-3 > article,
.home .section-recent-posts > .columns-2 > article,
.home .section-editors-choice > .columns-3 > article,
.home .section-top-stories > .columns-4 > article,
.home .section-trending-posts > .columns-4 > article,
.blog-archive.columns-3 > article{
	grid-column:auto!important;
	grid-row:auto!important;
	order:0!important;
	clear:none!important;
	float:none!important;
	margin-left:0!important;
	margin-right:0!important;
}

/* Explicit column structure, independent from old flex/float rules. */
.home .section-headlines-posts > .gg-home-grid,
.home .section-popular-posts > .gg-home-grid,
.home .section-editors-choice > .gg-home-grid,
.home .blog-archive.gg-archive-grid,
.archive .blog-archive.gg-archive-grid,
.search-results .blog-archive.gg-archive-grid{
	display:grid!important;
	grid-template-columns:repeat(3,minmax(0,1fr))!important;
	gap:14px!important;
}

.home .section-recent-posts > .gg-home-grid{
	display:grid!important;
	grid-template-columns:repeat(2,minmax(0,1fr))!important;
	gap:14px!important;
}

.home .section-top-stories > .gg-home-grid,
.home .section-trending-posts > .gg-home-grid{
	display:grid!important;
	grid-template-columns:repeat(4,minmax(0,1fr))!important;
	gap:14px!important;
}

/* Cache compatibility: also repair old HTML that still contains .clear. */
.home .section-headlines-posts > .columns-3.clear,
.home .section-popular-posts > .columns-3.clear,
.home .section-recent-posts > .columns-2.clear,
.home .section-editors-choice > .columns-3.clear,
.home .section-top-stories > .columns-4.clear,
.home .section-trending-posts > .columns-4.clear,
.blog-archive.columns-3.clear{
	display:grid!important;
}

@media (max-width:1023px){
	.home .section-headlines-posts > .gg-home-grid,
	.home .section-popular-posts > .gg-home-grid,
	.home .section-editors-choice > .gg-home-grid,
	.home .section-top-stories > .gg-home-grid,
	.home .section-trending-posts > .gg-home-grid,
	.home .blog-archive.gg-archive-grid,
	.archive .blog-archive.gg-archive-grid,
	.search-results .blog-archive.gg-archive-grid{
		grid-template-columns:repeat(2,minmax(0,1fr))!important;
	}
}

@media (max-width:760px){
	.home .section-recent-posts > .gg-home-grid{
		grid-template-columns:1fr!important;
	}
}

@media (max-width:520px){
	.home .section-headlines-posts > .gg-home-grid,
	.home .section-popular-posts > .gg-home-grid,
	.home .section-editors-choice > .gg-home-grid,
	.home .section-top-stories > .gg-home-grid,
	.home .section-trending-posts > .gg-home-grid,
	.home .blog-archive.gg-archive-grid,
	.archive .blog-archive.gg-archive-grid,
	.search-results .blog-archive.gg-archive-grid{
		grid-template-columns:1fr!important;
	}
}

/* =========================================================
   GÁI GỌI v1.1.9
   UNIFIED THUMBNAILS + DISTINCT ARCHIVE + EDGE PAGINATION
========================================================= */

/* ---------------------------------------------------------
   1. Khung thumbnail dùng chung
--------------------------------------------------------- */

.gg-thumb-frame{
	position:relative!important;
	display:block!important;
	width:100%!important;
	max-width:100%!important;
	min-width:0!important;
	height:auto!important;
	min-height:0!important;
	aspect-ratio:16 / 10!important;
	margin:0!important;
	padding:0!important;
	overflow:hidden!important;

	background:#101522!important;
	border:2px solid #263043!important;
	border-radius:8px!important;
	box-shadow:3px 4px 0 rgba(38,48,67,.72)!important;
	filter:none!important;
	isolation:isolate!important;
}

.gg-thumb-frame > .gg-post-image,
.gg-thumb-frame > img,
.gg-thumb-frame > a.post-thumbnail,
.gg-thumb-frame > .post-thumbnail,
.gg-thumb-frame .post-thumbnail > img,
.gg-thumb-frame picture,
.gg-thumb-frame picture > img{
	position:absolute!important;
	inset:0!important;
	display:block!important;
	width:100%!important;
	max-width:none!important;
	height:100%!important;
	min-height:100%!important;
	margin:0!important;
	padding:0!important;

	object-fit:cover!important;
	object-position:50% 50%!important;

	border:0!important;
	border-radius:6px!important;
	box-shadow:none!important;
	filter:none!important;

	transform:scale(1.001)!important;
	transition:transform .22s ease,filter .22s ease!important;
}

.gg-thumb-frame > a.post-thumbnail,
.gg-thumb-frame > .post-thumbnail,
.gg-thumb-frame .post-thumbnail-link{
	z-index:2!important;
}

.gg-thumb-frame .price-tag,
.gg-thumb-frame .status-tag{
	z-index:5!important;
}

/* Loại bỏ các kích thước/padding cũ của Quiet Blog. */
.home .section-headlines-posts .gg-thumb-frame,
.home .section-popular-posts article .gg-thumb-frame,
.home .section-popular-posts article:nth-child(-n+3) .gg-thumb-frame,
.home .section-editors-choice .gg-thumb-frame,
.home .section-top-stories .gg-thumb-frame,
.home .section-trending-posts .gg-thumb-frame,
.home .gg-home-archive-section .gg-thumb-frame,
.archive .gg-listing-section .gg-thumb-frame,
.search-results .gg-listing-section .gg-thumb-frame{
	position:relative!important;
	top:auto!important;
	right:auto!important;
	bottom:auto!important;
	left:auto!important;
	display:block!important;
	width:100%!important;
	height:auto!important;
	min-height:0!important;
	aspect-ratio:16 / 10!important;
	padding:0!important;
	margin:0!important;
}

/* Popular: toàn bộ item cùng một cấu trúc, không còn 3 card đầu khác kích thước. */
.home .section-popular-posts .gg-home-grid > article{
	display:flex!important;
	flex-direction:column!important;
	min-width:0!important;
	height:100%!important;
}

.home .section-popular-posts .entry-container,
.home .section-popular-posts article:nth-child(-n+3) .entry-container{
	display:flex!important;
	flex:1 1 auto!important;
	flex-direction:column!important;
	float:none!important;
	width:100%!important;
	min-width:0!important;
	padding:11px 2px 2px!important;
}

.home .section-popular-posts .entry-title,
.home .section-popular-posts article:nth-child(-n+3) .entry-title{
	display:-webkit-box!important;
	-webkit-box-orient:vertical!important;
	-webkit-line-clamp:2!important;
	min-height:2.7em!important;
	margin:0 0 7px!important;
	overflow:hidden!important;
	font-size:14px!important;
	line-height:1.35!important;
}

/* Recent: khung ngang đồng đều, ảnh luôn lấp đầy cột trái. */
.home .section-recent-posts .recent-post-wrap{
	display:block!important;
	height:100%!important;
	padding:10px!important;
}

.home .section-recent-posts .recent-post-item{
	display:grid!important;
	grid-template-columns:minmax(148px,42%) minmax(0,1fr)!important;
	gap:13px!important;
	align-items:stretch!important;
	width:100%!important;
	height:100%!important;
	min-height:172px!important;
}

.home .section-recent-posts .gg-thumb-frame{
	width:100%!important;
	height:100%!important;
	min-height:172px!important;
	aspect-ratio:auto!important;
	margin:0!important;
}

.home .section-recent-posts .entry-container{
	display:flex!important;
	flex-direction:column!important;
	float:none!important;
	width:100%!important;
	min-width:0!important;
	padding:5px 2px!important;
}

/* Card overlay giữ đúng chiều cao của khung thumbnail. */
.home .section-headlines-posts .headlines-item-wrapper,
.home .section-editors-choice .editors-choice-item{
	position:relative!important;
	height:100%!important;
	min-height:0!important;
	overflow:hidden!important;
	border-radius:8px!important;
}

.home .section-headlines-posts .entry-container,
.home .section-editors-choice .entry-container{
	z-index:4!important;
}

/* Hover ảnh: chỉ phóng nội dung ảnh, không đổi kích thước khung/card. */
@media(hover:hover) and (pointer:fine){
	.section-headlines-posts article:hover .gg-thumb-frame > .gg-post-image,
	.section-popular-posts article:hover .gg-thumb-frame > .gg-post-image,
	.section-recent-posts article:hover .gg-thumb-frame > .gg-post-image,
	.section-editors-choice article:hover .gg-thumb-frame > .gg-post-image,
	.section-top-stories article:hover .gg-thumb-frame > .gg-post-image,
	.section-trending-posts article:hover .gg-thumb-frame > .gg-post-image,
	.gg-home-archive-section article:hover .gg-thumb-frame img,
	.gg-listing-section article:hover .gg-thumb-frame img{
		transform:scale(1.045)!important;
		filter:saturate(1.07) contrast(1.04)!important;
	}
}

/* ---------------------------------------------------------
   2. Khu vực blog archive riêng biệt
--------------------------------------------------------- */

.gg-home-archive-section,
.gg-listing-section{
	position:relative!important;
	isolation:isolate!important;
	width:100%!important;
	max-width:100%!important;
	margin:24px 0!important;
	padding:16px!important;

	background:
		radial-gradient(circle at 8% 0%,rgba(255,89,150,.13),transparent 32%),
		radial-gradient(circle at 100% 100%,rgba(73,198,255,.13),transparent 34%),
		linear-gradient(145deg,#fff9fc 0%,#f7f8ff 54%,#f3fbff 100%)!important;

	border:2px solid #172033!important;
	border-radius:8px!important;
	box-shadow:5px 6px 0 #172033,0 16px 30px rgba(23,32,51,.12)!important;
	overflow:visible!important;
}

.gg-home-archive-header,
.gg-listing-header{
	display:grid!important;
	grid-template-columns:auto minmax(0,1fr) auto!important;
	gap:12px!important;
	align-items:center!important;

	margin:0 0 16px!important;
	padding:0 0 14px!important;

	border-bottom:2px dashed rgba(23,32,51,.20)!important;
}

.gg-home-archive-kicker,
.gg-listing-kicker{
	display:inline-flex!important;
	align-items:center!important;
	justify-content:center!important;
	min-height:34px!important;
	padding:0 10px!important;

	color:#172033!important;
	background:linear-gradient(135deg,#ffe45c 0%,#ff9f43 48%,#ff5d9e 100%)!important;
	border:2px solid #172033!important;
	border-radius:8px!important;
	box-shadow:2px 3px 0 #172033!important;

	font-family:"Quicksand",sans-serif!important;
	font-size:9px!important;
	font-weight:900!important;
	line-height:1!important;
	text-transform:uppercase!important;
	white-space:nowrap!important;
}

.gg-home-archive-heading,
.gg-listing-heading{
	min-width:0!important;
}

.gg-home-archive-heading h2,
.gg-listing-heading h1{
	margin:0!important;
	color:#172033!important;
	font-family:"Quicksand",sans-serif!important;
	font-size:clamp(17px,2.2vw,22px)!important;
	font-weight:900!important;
	line-height:1.25!important;
	letter-spacing:-.025em!important;
	overflow-wrap:anywhere!important;
}

.gg-home-archive-heading p,
.gg-listing-heading p,
.gg-listing-description{
	margin:4px 0 0!important;
	color:#657083!important;
	font-family:"Inter",sans-serif!important;
	font-size:10.5px!important;
	line-height:1.5!important;
}

.gg-listing-description p{
	margin:0!important;
}

.gg-home-archive-count,
.gg-listing-count{
	display:inline-flex!important;
	align-items:center!important;
	justify-content:center!important;
	min-height:31px!important;
	padding:0 9px!important;

	color:#fff!important;
	background:linear-gradient(135deg,#2563eb,#7c3aed)!important;
	border:2px solid #172033!important;
	border-radius:8px!important;
	box-shadow:2px 3px 0 #172033!important;

	font-family:"Quicksand",sans-serif!important;
	font-size:9px!important;
	font-weight:900!important;
	line-height:1!important;
	white-space:nowrap!important;
}

/* Grid không có border/shadow riêng để tránh đè lên khung section. */
.gg-home-archive-section .blog-archive,
.gg-listing-section .blog-archive{
	display:grid!important;
	grid-template-columns:repeat(3,minmax(0,1fr))!important;
	grid-auto-flow:row!important;
	grid-auto-rows:1fr!important;
	gap:14px!important;

	width:100%!important;
	max-width:100%!important;
	margin:0!important;
	padding:0!important;

	background:transparent!important;
	border:0!important;
	border-radius:0!important;
	box-shadow:none!important;
	filter:none!important;
	overflow:visible!important;
}

/* Chỉ card có một lớp border/shadow. */
.gg-home-archive-section .blog-archive > article,
.gg-listing-section .blog-archive > article{
	display:block!important;
	width:auto!important;
	min-width:0!important;
	height:100%!important;
	margin:0!important;
	padding:0!important;
}

.gg-home-archive-section .blog-post-item,
.gg-listing-section .blog-post-item{
	display:flex!important;
	flex-direction:column!important;
	width:100%!important;
	height:100%!important;
	min-height:0!important;
	margin:0!important;
	padding:0!important;

	background:#fff!important;
	border:2px solid #263043!important;
	border-radius:8px!important;
	box-shadow:2px 3px 0 rgba(38,48,67,.72)!important;
	filter:none!important;
	overflow:hidden!important;

	transition:
		border-color .18s ease,
		box-shadow .18s ease,
		background-color .18s ease!important;
}

/* Ảnh trong card archive không có shadow riêng để không chồng lớp. */
.gg-home-archive-section .gg-thumb-frame,
.gg-listing-section .gg-thumb-frame{
	flex:0 0 auto!important;
	aspect-ratio:16 / 10!important;

	border:0!important;
	border-bottom:2px solid #263043!important;
	border-radius:0!important;
	box-shadow:none!important;
	filter:none!important;
}

.gg-home-archive-section .gg-thumb-frame img,
.gg-home-archive-section .gg-thumb-frame .post-thumbnail,
.gg-home-archive-section .gg-thumb-frame .post-thumbnail img,
.gg-listing-section .gg-thumb-frame img,
.gg-listing-section .gg-thumb-frame .post-thumbnail,
.gg-listing-section .gg-thumb-frame .post-thumbnail img{
	border-radius:0!important;
}

.gg-home-archive-section .entry-container,
.gg-listing-section .entry-container{
	display:flex!important;
	flex:1 1 auto!important;
	flex-direction:column!important;
	width:100%!important;
	min-width:0!important;
	padding:12px!important;
	background:#fff!important;
}

.gg-home-archive-section .entry-title,
.gg-listing-section .entry-title{
	display:-webkit-box!important;
	-webkit-box-orient:vertical!important;
	-webkit-line-clamp:2!important;
	min-height:2.7em!important;
	margin:0 0 8px!important;
	overflow:hidden!important;

	font-family:"Quicksand",sans-serif!important;
	font-size:14px!important;
	font-weight:850!important;
	line-height:1.35!important;
	overflow-wrap:anywhere!important;
}

.gg-home-archive-section .posted-on,
.gg-listing-section .posted-on{
	margin-top:auto!important;
	margin-bottom:0!important;
}

@media(hover:hover) and (pointer:fine){
	.gg-home-archive-section article:hover .blog-post-item,
	.gg-listing-section article:hover .blog-post-item{
		background:#fffdf7!important;
		border-color:#e11d48!important;
		box-shadow:3px 4px 0 #e11d48,0 10px 20px rgba(225,29,72,.11)!important;
	}
}

/* ---------------------------------------------------------
   3. Pagination: nhãn ngoài cùng, một hàng, responsive
--------------------------------------------------------- */

.gg-pagination-screen-title{
	position:absolute!important;
	width:1px!important;
	height:1px!important;
	margin:-1px!important;
	padding:0!important;
	overflow:hidden!important;
	clip:rect(0,0,0,0)!important;
	clip-path:inset(50%)!important;
	border:0!important;
	white-space:nowrap!important;
}

.navigation.pagination.gg-comic-pagination{
	display:block!important;
	width:100%!important;
	max-width:100%!important;
	margin:24px 0 12px!important;
	padding:9px!important;

	background:
		linear-gradient(145deg,#fff7fb 0%,#f4f8ff 100%)!important;
	border:2px solid #172033!important;
	border-radius:8px!important;
	box-shadow:3px 4px 0 #172033!important;
	overflow:hidden!important;
}

.navigation.pagination.gg-comic-pagination .nav-links{
	display:grid!important;
	grid-template-columns:minmax(104px,auto) minmax(0,1fr) minmax(104px,auto)!important;
	align-items:center!important;
	gap:7px!important;

	width:100%!important;
	max-width:100%!important;
	margin:0!important;
	padding:0!important;
}

.gg-pagination-edge{
	display:flex!important;
	align-items:center!important;
	min-width:0!important;
}

.gg-pagination-edge-prev{
	justify-content:flex-start!important;
}

.gg-pagination-edge-next{
	justify-content:flex-end!important;
}

.gg-pagination-edge .page-numbers{
	display:inline-flex!important;
	align-items:center!important;
	justify-content:center!important;
	gap:6px!important;

	width:auto!important;
	min-width:104px!important;
	height:39px!important;
	margin:0!important;
	padding:0 10px!important;

	color:#172033!important;
	border:2px solid #172033!important;
	border-radius:8px!important;
	box-shadow:2px 3px 0 #172033!important;

	font-family:"Quicksand",sans-serif!important;
	font-size:10px!important;
	font-weight:900!important;
	line-height:1!important;
	text-decoration:none!important;
	white-space:nowrap!important;
}

.gg-pagination-edge-prev .page-numbers{
	background:linear-gradient(135deg,#8ee9ff,#35bdf5)!important;
}

.gg-pagination-edge-next .page-numbers{
	background:linear-gradient(135deg,#ff9dcc,#ff5c8a)!important;
}

.gg-pagination-edge .page-numbers svg{
	flex:0 0 auto!important;
	width:15px!important;
	height:15px!important;
	margin:0!important;
}

.gg-pagination-label{
	display:inline-flex!important;
	align-items:center!important;
	flex:0 0 auto!important;
	max-width:none!important;
	overflow:visible!important;

	font-family:"Quicksand",sans-serif!important;
	font-size:inherit!important;
	font-weight:900!important;
	line-height:1!important;
	text-overflow:clip!important;
	white-space:nowrap!important;
}

.gg-pagination-label-short{
	display:none!important;
}

.gg-pagination-pages{
	display:flex!important;
	flex-wrap:nowrap!important;
	align-items:center!important;
	justify-content:center!important;
	gap:5px!important;
	min-width:0!important;
	max-width:100%!important;
	padding:3px 1px 5px!important;
	overflow-x:auto!important;
	overflow-y:hidden!important;
	scrollbar-width:none!important;
	-webkit-overflow-scrolling:touch!important;
}

.gg-pagination-pages::-webkit-scrollbar{
	display:none!important;
}

.navigation.pagination.gg-comic-pagination .gg-pagination-pages .page-numbers{
	display:inline-flex!important;
	align-items:center!important;
	justify-content:center!important;
	flex:0 0 auto!important;

	min-width:35px!important;
	height:35px!important;
	margin:0!important;
	padding:0 8px!important;

	color:#172033!important;
	background:#fff!important;
	border:2px solid #172033!important;
	border-radius:8px!important;
	box-shadow:1px 2px 0 #172033!important;

	font-family:"Quicksand",sans-serif!important;
	font-size:10px!important;
	font-weight:900!important;
	line-height:1!important;
	text-decoration:none!important;
	white-space:nowrap!important;
}

.navigation.pagination.gg-comic-pagination .gg-pagination-pages .current{
	color:#fff!important;
	background:linear-gradient(135deg,#ff4d88,#e11d48)!important;
}

.navigation.pagination.gg-comic-pagination .gg-pagination-pages .dots{
	min-width:25px!important;
	padding:0 4px!important;
	background:#f3f4f6!important;
	box-shadow:none!important;
}

.navigation.pagination.gg-comic-pagination .is-disabled{
	opacity:.36!important;
	cursor:not-allowed!important;
	box-shadow:none!important;
}

@media(hover:hover) and (pointer:fine){
	.navigation.pagination.gg-comic-pagination a.page-numbers:hover{
		color:#172033!important;
		background:#ffe45c!important;
		transform:translateY(-1px)!important;
	}
}

@media(max-width:900px){
	.gg-home-archive-section .blog-archive,
	.gg-listing-section .blog-archive{
		grid-template-columns:repeat(2,minmax(0,1fr))!important;
	}
}

@media(max-width:700px){
	.gg-home-archive-header,
	.gg-listing-header{
		grid-template-columns:auto minmax(0,1fr)!important;
	}

	.gg-home-archive-count,
	.gg-listing-count{
		grid-column:1 / -1!important;
		justify-self:start!important;
	}

	.navigation.pagination.gg-comic-pagination .nav-links{
		grid-template-columns:minmax(74px,auto) minmax(0,1fr) minmax(74px,auto)!important;
		gap:5px!important;
	}

	.gg-pagination-edge .page-numbers{
		min-width:74px!important;
		height:37px!important;
		padding:0 8px!important;
		font-size:9px!important;
	}

	.gg-pagination-label-full{
		display:none!important;
	}

	.gg-pagination-label-short{
		display:inline!important;
	}
}

@media(max-width:560px){
	.home .section-recent-posts .recent-post-item{
		grid-template-columns:1fr!important;
		min-height:0!important;
	}

	.home .section-recent-posts .gg-thumb-frame{
		height:auto!important;
		min-height:0!important;
		aspect-ratio:16 / 10!important;
	}

	.gg-home-archive-section,
	.gg-listing-section{
		padding:11px!important;
		box-shadow:3px 4px 0 #172033!important;
	}

	.gg-home-archive-section .blog-archive,
	.gg-listing-section .blog-archive{
		grid-template-columns:1fr!important;
		gap:12px!important;
	}

	.navigation.pagination.gg-comic-pagination{
		padding:6px!important;
	}

	.navigation.pagination.gg-comic-pagination .nav-links{
		grid-template-columns:68px minmax(0,1fr) 68px!important;
		gap:4px!important;
	}

	.gg-pagination-edge .page-numbers{
		width:68px!important;
		min-width:68px!important;
		padding:0 6px!important;
	}

	.navigation.pagination.gg-comic-pagination .gg-pagination-pages .page-numbers{
		min-width:32px!important;
		height:34px!important;
		padding:0 6px!important;
		font-size:9px!important;
	}
}

@media(max-width:380px){
	.navigation.pagination.gg-comic-pagination .nav-links{
		grid-template-columns:62px minmax(0,1fr) 62px!important;
	}

	.gg-pagination-edge .page-numbers{
		width:62px!important;
		min-width:62px!important;
		font-size:8.5px!important;
	}

	.gg-pagination-edge .page-numbers svg{
		width:13px!important;
		height:13px!important;
	}
}

/* =========================================================
   GÁI GỌI v1.2.0 — CATEGORY LAYOUT RECOVERY

   category.php now uses dedicated .gg-category-* markup.
   The second half also repairs cached v1.1.8 HTML that still contains:
   .blog-archive > article > .blog-post-item.
========================================================= */

/* ---------------------------------------------------------
   1. Category page shell
--------------------------------------------------------- */

body.category #content-wrap.gg-category-layout,
body.category #content-wrap{
	display:grid!important;
	grid-template-columns:minmax(0,1fr)!important;
	gap:22px!important;
	align-items:start!important;

	width:100%!important;
	max-width:1280px!important;
	margin:0 auto!important;
	padding-top:10px!important;
	padding-bottom:18px!important;
}

body.category #primary{
	float:none!important;
	width:100%!important;
	min-width:0!important;
	margin:0!important;
	padding:0!important;
}

body.category #main{
	min-width:0!important;
}

body.category.no-sidebar #secondary{
	display:none!important;
}

body.category.has-sidebar #content-wrap.gg-category-layout,
body.category.has-sidebar #content-wrap{
	grid-template-columns:minmax(0,1fr) minmax(260px,310px)!important;
}

body.category.has-sidebar #secondary{
	position:sticky!important;
	top:18px!important;
	float:none!important;
	width:100%!important;
	min-width:0!important;
	margin:0!important;
}

/* ---------------------------------------------------------
   2. Category section/header
--------------------------------------------------------- */

.gg-category-section{
	position:relative!important;
	isolation:isolate!important;
	width:100%!important;
	min-width:0!important;
	margin:0!important;
	padding:16px!important;

	background:
		radial-gradient(circle at 0 0,rgba(255,89,150,.12),transparent 31%),
		radial-gradient(circle at 100% 100%,rgba(67,190,255,.14),transparent 34%),
		linear-gradient(145deg,#fff9fc 0%,#f7f8ff 54%,#f2fbff 100%)!important;

	border:2px solid #172033!important;
	border-radius:8px!important;
	box-shadow:5px 6px 0 #172033,0 16px 30px rgba(23,32,51,.12)!important;
	overflow:visible!important;
}

.gg-category-header{
	display:grid!important;
	grid-template-columns:auto minmax(0,1fr) auto!important;
	gap:12px!important;
	align-items:center!important;

	margin:0 0 15px!important;
	padding:0 0 14px!important;

	border-bottom:2px dashed rgba(23,32,51,.20)!important;
}

.gg-category-kicker{
	display:inline-flex!important;
	align-items:center!important;
	justify-content:center!important;
	min-height:34px!important;
	padding:0 10px!important;

	color:#172033!important;
	background:linear-gradient(135deg,#ffe45c 0%,#ff9f43 48%,#ff5d9e 100%)!important;
	border:2px solid #172033!important;
	border-radius:8px!important;
	box-shadow:2px 3px 0 #172033!important;

	font-family:"Quicksand",sans-serif!important;
	font-size:9px!important;
	font-weight:900!important;
	line-height:1!important;
	text-transform:uppercase!important;
	white-space:nowrap!important;
}

.gg-category-heading{
	min-width:0!important;
}

.gg-category-heading h1{
	margin:0!important;

	color:#172033!important;
	font-family:"Quicksand",sans-serif!important;
	font-size:clamp(19px,2.5vw,27px)!important;
	font-weight:900!important;
	line-height:1.22!important;
	letter-spacing:-.035em!important;
	overflow-wrap:anywhere!important;
}

.gg-category-heading p,
.gg-category-description{
	margin:5px 0 0!important;

	color:#657083!important;
	font-family:"Inter",sans-serif!important;
	font-size:11px!important;
	line-height:1.55!important;
}

.gg-category-description p{
	margin:0!important;
}

.gg-category-count{
	display:inline-flex!important;
	align-items:center!important;
	justify-content:center!important;
	min-height:32px!important;
	padding:0 9px!important;

	color:#fff!important;
	background:linear-gradient(135deg,#2563eb,#7c3aed)!important;
	border:2px solid #172033!important;
	border-radius:8px!important;
	box-shadow:2px 3px 0 #172033!important;

	font-family:"Quicksand",sans-serif!important;
	font-size:9px!important;
	font-weight:900!important;
	line-height:1!important;
	white-space:nowrap!important;
}

/* ---------------------------------------------------------
   3. Child-category navigation
--------------------------------------------------------- */

.gg-category-subnav{
	display:grid!important;
	grid-template-columns:auto minmax(0,1fr)!important;
	gap:10px!important;
	align-items:start!important;

	margin:0 0 15px!important;
	padding:10px!important;

	background:#f5f8ff!important;
	border:1px solid #d8e0ee!important;
	border-radius:8px!important;
}

.gg-category-subnav-label{
	display:inline-flex!important;
	align-items:center!important;
	min-height:30px!important;

	color:#445065!important;
	font-family:"Quicksand",sans-serif!important;
	font-size:10px!important;
	font-weight:900!important;
	white-space:nowrap!important;
}

.gg-category-subnav-links{
	display:flex!important;
	flex-wrap:wrap!important;
	gap:7px!important;
	min-width:0!important;
}

.gg-category-subnav-links a{
	display:inline-flex!important;
	align-items:center!important;
	gap:6px!important;
	min-height:30px!important;
	padding:0 8px!important;

	color:#172033!important;
	background:#fff!important;
	border:1px solid #bfc9d9!important;
	border-radius:8px!important;

	font-family:"Quicksand",sans-serif!important;
	font-size:9px!important;
	font-weight:850!important;
	line-height:1!important;
	text-decoration:none!important;
	white-space:nowrap!important;
}

.gg-category-subnav-links small{
	display:inline-flex!important;
	align-items:center!important;
	justify-content:center!important;
	min-width:20px!important;
	height:20px!important;
	padding:0 5px!important;

	color:#fff!important;
	background:#e11d48!important;
	border-radius:6px!important;

	font-size:8px!important;
	font-weight:900!important;
}

@media(hover:hover) and (pointer:fine){
	.gg-category-subnav-links a:hover{
		color:#172033!important;
		background:#ffe45c!important;
		border-color:#172033!important;
	}
}

/* ---------------------------------------------------------
   4. Dedicated category grid/card
--------------------------------------------------------- */

.gg-category-grid{
	display:grid!important;
	grid-template-columns:repeat(3,minmax(0,1fr))!important;
	grid-auto-flow:row!important;
	grid-auto-rows:1fr!important;
	gap:14px!important;

	width:100%!important;
	max-width:100%!important;
	min-width:0!important;
	margin:0!important;
	padding:0!important;
}

.gg-category-grid::before,
.gg-category-grid::after{
	content:none!important;
	display:none!important;
}

.gg-category-card{
	display:block!important;
	float:none!important;
	clear:none!important;
	width:auto!important;
	min-width:0!important;
	height:100%!important;
	margin:0!important;
	padding:0!important;
	order:0!important;
	grid-column:auto!important;
	grid-row:auto!important;
}

.gg-category-card-inner{
	display:flex!important;
	flex-direction:column!important;
	width:100%!important;
	height:100%!important;
	min-width:0!important;
	margin:0!important;
	padding:0!important;

	background:#fff!important;
	border:2px solid #263043!important;
	border-radius:8px!important;
	box-shadow:2px 3px 0 rgba(38,48,67,.74)!important;
	overflow:hidden!important;

	transition:
		border-color .18s ease,
		box-shadow .18s ease,
		background-color .18s ease!important;
}

.gg-category-card-media{
	position:relative!important;
	display:block!important;
	flex:0 0 auto!important;
	width:100%!important;
	height:auto!important;
	min-height:0!important;
	aspect-ratio:16 / 10!important;
	margin:0!important;
	padding:0!important;
	overflow:hidden!important;

	background:#101522!important;
	border-bottom:2px solid #263043!important;
}

.gg-category-card-image-link{
	position:absolute!important;
	inset:0!important;
	z-index:1!important;
	display:block!important;
	width:100%!important;
	height:100%!important;
	margin:0!important;
	padding:0!important;
}

.gg-category-card-image{
	display:block!important;
	width:100%!important;
	max-width:none!important;
	height:100%!important;
	min-height:100%!important;
	margin:0!important;
	padding:0!important;

	object-fit:cover!important;
	object-position:50% 50%!important;

	border:0!important;
	border-radius:0!important;
	box-shadow:none!important;

	transform:scale(1.001)!important;
	transition:transform .22s ease,filter .22s ease!important;
}

.gg-category-card-price,
.gg-category-card-status{
	position:absolute!important;
	z-index:4!important;
	top:8px!important;
	display:inline-flex!important;
	align-items:center!important;
	justify-content:center!important;
	min-height:25px!important;
	max-width:44%!important;
	padding:0 8px!important;

	border:2px solid #172033!important;
	border-radius:7px!important;
	box-shadow:1px 2px 0 #172033!important;

	font-family:"Quicksand",sans-serif!important;
	font-size:8.5px!important;
	font-weight:900!important;
	line-height:1!important;
	overflow:hidden!important;
	text-overflow:ellipsis!important;
	white-space:nowrap!important;
}

.gg-category-card-price{
	left:8px!important;
	color:#2d1b00!important;
	background:linear-gradient(135deg,#ffe86b,#ff9f43)!important;
}

.gg-category-card-status{
	right:8px!important;
	color:#fff!important;
	background:linear-gradient(135deg,#22c55e,#059669)!important;
}

.gg-category-card-body{
	display:flex!important;
	flex:1 1 auto!important;
	flex-direction:column!important;
	min-width:0!important;
	padding:11px!important;
}

.gg-category-card-terms{
	display:flex!important;
	flex-wrap:wrap!important;
	gap:5px!important;
	margin:0 0 8px!important;
}

.gg-category-card-terms a{
	display:inline-flex!important;
	align-items:center!important;
	min-height:23px!important;
	padding:0 7px!important;

	color:#fff!important;
	background:#2563eb!important;
	border-radius:6px!important;

	font-family:"Quicksand",sans-serif!important;
	font-size:8px!important;
	font-weight:900!important;
	line-height:1!important;
	text-decoration:none!important;
	white-space:nowrap!important;
}

.gg-category-card-title{
	display:-webkit-box!important;
	-webkit-box-orient:vertical!important;
	-webkit-line-clamp:2!important;
	min-height:2.75em!important;
	margin:0 0 10px!important;
	overflow:hidden!important;

	font-family:"Quicksand",sans-serif!important;
	font-size:14px!important;
	font-weight:900!important;
	line-height:1.38!important;
	letter-spacing:-.015em!important;
	overflow-wrap:anywhere!important;
}

.gg-category-card-title a{
	color:#172033!important;
	text-decoration:none!important;
}

.gg-category-card-meta{
	display:flex!important;
	align-items:center!important;
	justify-content:space-between!important;
	gap:8px!important;
	margin-top:auto!important;
	padding-top:9px!important;

	color:#758093!important;
	border-top:1px dashed #d8dde7!important;

	font-family:"Inter",sans-serif!important;
	font-size:9px!important;
	font-weight:700!important;
	line-height:1!important;
	white-space:nowrap!important;
}

.gg-category-card-meta time{
	color:#445065!important;
	font-weight:850!important;
}

@media(hover:hover) and (pointer:fine){
	.gg-category-card:hover .gg-category-card-inner{
		background:#fffdf7!important;
		border-color:#e11d48!important;
		box-shadow:3px 4px 0 #e11d48,0 10px 20px rgba(225,29,72,.11)!important;
	}

	.gg-category-card:hover .gg-category-card-image{
		transform:scale(1.045)!important;
		filter:saturate(1.08) contrast(1.04)!important;
	}

	.gg-category-card:hover .gg-category-card-title a{
		color:#be123c!important;
	}
}

/* ---------------------------------------------------------
   5. Compatibility with the old category HTML in cached output
--------------------------------------------------------- */

body.category .blog-archive.columns-3,
body.category .blog-archive.gg-archive-grid{
	display:grid!important;
	grid-template-columns:repeat(3,minmax(0,1fr))!important;
	grid-auto-flow:row!important;
	grid-auto-rows:1fr!important;
	gap:14px!important;

	width:100%!important;
	max-width:100%!important;
	min-width:0!important;
	margin:0!important;
	padding:0!important;

	background:transparent!important;
	border:0!important;
	box-shadow:none!important;
}

body.category .blog-archive.columns-3::before,
body.category .blog-archive.columns-3::after{
	content:none!important;
	display:none!important;
}

body.category .blog-archive.columns-3 > article{
	display:block!important;
	float:none!important;
	clear:none!important;
	width:auto!important;
	min-width:0!important;
	height:100%!important;
	margin:0!important;
	padding:0!important;
	order:0!important;
	grid-column:auto!important;
	grid-row:auto!important;
}

body.category .blog-archive .blog-post-item{
	display:flex!important;
	flex-direction:column!important;
	width:100%!important;
	height:100%!important;
	min-width:0!important;
	margin:0!important;
	padding:0!important;

	background:#fff!important;
	border:2px solid #263043!important;
	border-radius:8px!important;
	box-shadow:2px 3px 0 rgba(38,48,67,.74)!important;
	filter:none!important;
	overflow:hidden!important;
}

body.category .blog-archive .featured-post-item-inner{
	display:block!important;
	position:relative!important;
	width:100%!important;
	min-width:0!important;
	margin:0!important;
	padding:0!important;
}

body.category .blog-archive .featured-image{
	position:relative!important;
	display:block!important;
	width:100%!important;
	height:auto!important;
	min-height:0!important;
	max-height:none!important;
	aspect-ratio:16 / 10!important;
	margin:0!important;
	padding:0!important;
	overflow:hidden!important;

	background:#101522!important;
	border:0!important;
	border-bottom:2px solid #263043!important;
	border-radius:0!important;
	box-shadow:none!important;
	filter:none!important;
}

body.category .blog-archive .featured-image > .post-thumbnail{
	position:absolute!important;
	inset:0!important;
	display:block!important;
	width:100%!important;
	height:100%!important;
	margin:0!important;
	padding:0!important;
}

body.category .blog-archive .featured-image img{
	display:block!important;
	width:100%!important;
	max-width:none!important;
	height:100%!important;
	min-height:100%!important;
	margin:0!important;
	padding:0!important;

	object-fit:cover!important;
	object-position:50% 50%!important;

	border:0!important;
	border-radius:0!important;
	box-shadow:none!important;
}

body.category .blog-archive .cat-links{
	display:flex!important;
	flex-wrap:wrap!important;
	gap:5px!important;
	width:100%!important;
	margin:0!important;
	padding:9px 10px 0!important;

	color:#647085!important;
	background:#fff!important;

	font-family:"Inter",sans-serif!important;
	font-size:0!important;
	line-height:1!important;
}

body.category .blog-archive .cat-links::before{
	content:"Khu vực"!important;
	display:inline-flex!important;
	align-items:center!important;
	min-height:23px!important;
	padding:0 7px!important;

	color:#172033!important;
	background:#ffe45c!important;
	border-radius:6px!important;

	font-family:"Quicksand",sans-serif!important;
	font-size:8px!important;
	font-weight:900!important;
}

body.category .blog-archive .cat-links a{
	display:inline-flex!important;
	align-items:center!important;
	min-height:23px!important;
	margin:0!important;
	padding:0 7px!important;

	color:#fff!important;
	background:#2563eb!important;
	border-radius:6px!important;

	font-family:"Quicksand",sans-serif!important;
	font-size:8px!important;
	font-weight:900!important;
	line-height:1!important;
	text-decoration:none!important;
	white-space:nowrap!important;
}

body.category .blog-archive .entry-container{
	display:flex!important;
	flex:1 1 auto!important;
	flex-direction:column!important;
	width:100%!important;
	min-width:0!important;
	margin:0!important;
	padding:10px!important;
	background:#fff!important;
}

body.category .blog-archive .entry-title{
	display:-webkit-box!important;
	-webkit-box-orient:vertical!important;
	-webkit-line-clamp:2!important;
	min-height:2.75em!important;
	margin:0 0 10px!important;
	overflow:hidden!important;

	font-family:"Quicksand",sans-serif!important;
	font-size:14px!important;
	font-weight:900!important;
	line-height:1.38!important;
	overflow-wrap:anywhere!important;
}

body.category .blog-archive .posted-on{
	display:flex!important;
	align-items:center!important;
	justify-content:flex-end!important;
	margin-top:auto!important;
	padding-top:8px!important;

	color:#758093!important;
	border-top:1px dashed #d8dde7!important;

	font-family:"Inter",sans-serif!important;
	font-size:0!important;
	line-height:1!important;
}

body.category .blog-archive .posted-on::before{
	content:"Cập nhật: "!important;
	margin-right:4px!important;
	font-size:9px!important;
	font-weight:700!important;
}

body.category .blog-archive .posted-on a,
body.category .blog-archive .posted-on time{
	color:#445065!important;
	font-size:9px!important;
	font-weight:850!important;
	text-decoration:none!important;
}

/* Old pagination compatibility. */
body.category .navigation.pagination .screen-reader-text{
	position:absolute!important;
	width:1px!important;
	height:1px!important;
	margin:-1px!important;
	padding:0!important;
	overflow:hidden!important;
	clip:rect(0,0,0,0)!important;
	clip-path:inset(50%)!important;
	border:0!important;
	white-space:nowrap!important;
}

/* ---------------------------------------------------------
   6. Responsive
--------------------------------------------------------- */

@media(max-width:1023px){
	body.category.has-sidebar #content-wrap.gg-category-layout,
	body.category.has-sidebar #content-wrap{
		grid-template-columns:minmax(0,1fr)!important;
	}

	body.category.has-sidebar #secondary{
		position:static!important;
	}

	.gg-category-grid,
	body.category .blog-archive.columns-3,
	body.category .blog-archive.gg-archive-grid{
		grid-template-columns:repeat(2,minmax(0,1fr))!important;
	}
}

@media(max-width:700px){
	.gg-category-header{
		grid-template-columns:auto minmax(0,1fr)!important;
	}

	.gg-category-count{
		grid-column:1 / -1!important;
		justify-self:start!important;
	}

	.gg-category-subnav{
		grid-template-columns:1fr!important;
	}
}

@media(max-width:540px){
	.gg-category-section{
		padding:11px!important;
		box-shadow:3px 4px 0 #172033!important;
	}

	.gg-category-grid,
	body.category .blog-archive.columns-3,
	body.category .blog-archive.gg-archive-grid{
		grid-template-columns:1fr!important;
		gap:12px!important;
	}

	.gg-category-card-title,
	body.category .blog-archive .entry-title{
		font-size:13.5px!important;
	}
}

/* =========================================================
   GÁI GỌI v1.2.1 — REGION DIRECTORY RECOVERY
========================================================= */

/* Full-width page structure: fixes the old #primary width/float offset. */
body.page-template-page-khu-vuc #content-wrap.gg-region-layout{
	display:block!important;
	width:min(1280px,calc(100% - 24px))!important;
	max-width:1280px!important;
	margin:0 auto!important;
	padding:10px 0 24px!important;
}

body.page-template-page-khu-vuc #content-wrap.gg-region-layout #primary{
	display:block!important;
	float:none!important;
	clear:both!important;
	width:100%!important;
	max-width:100%!important;
	min-width:0!important;
	margin:0!important;
	padding:0!important;
}

body.page-template-page-khu-vuc #secondary{
	display:none!important;
}

body.page-template-page-khu-vuc .gg-region-page{
	display:block!important;
	float:none!important;
	clear:both!important;
	width:100%!important;
	max-width:100%!important;
	min-width:0!important;
	margin:0!important;
	padding:0!important;
}

/* Hero */
.gg-region-page .gg-region-hero{
	position:relative!important;
	width:100%!important;
	margin:0 0 14px!important;
	padding:22px 18px!important;

	background:
		radial-gradient(circle at 12% 0%,rgba(73,198,255,.18),transparent 32%),
		radial-gradient(circle at 100% 100%,rgba(255,89,150,.16),transparent 35%),
		linear-gradient(145deg,#121a2a 0%,#18243a 55%,#1a2650 100%)!important;

	border:2px solid #070b12!important;
	border-radius:8px!important;
	box-shadow:5px 6px 0 #070b12,0 15px 28px rgba(7,11,18,.22)!important;
	text-align:center!important;
	overflow:hidden!important;
}

.gg-region-page .gg-region-eyebrow{
	display:inline-flex!important;
	align-items:center!important;
	min-height:28px!important;
	padding:0 9px!important;

	color:#172033!important;
	background:linear-gradient(135deg,#7ee7ff,#ffe45c,#ff91bd)!important;
	border:2px solid #070b12!important;
	border-radius:8px!important;
	box-shadow:2px 3px 0 #070b12!important;

	font-family:"Quicksand",sans-serif!important;
	font-size:9px!important;
	font-weight:900!important;
	line-height:1!important;
	letter-spacing:.04em!important;
	text-transform:uppercase!important;
}

.gg-region-page .gg-region-hero h1{
	margin:13px 0 7px!important;
	color:#fff!important;
	font-family:"Quicksand",sans-serif!important;
	font-size:clamp(24px,3.4vw,37px)!important;
	font-weight:900!important;
	line-height:1.15!important;
	letter-spacing:-.035em!important;
}

.gg-region-page .gg-region-hero p{
	max-width:720px!important;
	margin:0 auto!important;
	color:#cbd5e1!important;
	font-family:"Inter",sans-serif!important;
	font-size:13px!important;
	line-height:1.6!important;
}

.gg-region-page .gg-region-stats{
	display:flex!important;
	flex-wrap:wrap!important;
	justify-content:center!important;
	gap:8px!important;
	margin-top:15px!important;
}

.gg-region-page .gg-region-stats span{
	display:inline-flex!important;
	align-items:center!important;
	gap:5px!important;
	min-height:32px!important;
	padding:0 10px!important;

	color:#e5edf8!important;
	background:rgba(255,255,255,.08)!important;
	border:1px solid rgba(255,255,255,.20)!important;
	border-radius:8px!important;

	font-size:10px!important;
	font-weight:750!important;
}

.gg-region-page .gg-region-stats strong{
	color:#ffe45c!important;
	font-size:13px!important;
	font-weight:900!important;
}

/* Quick navigation */
.gg-region-page .gg-region-quick{
	display:grid!important;
	grid-template-columns:auto minmax(0,1fr)!important;
	gap:10px!important;
	align-items:center!important;
	width:100%!important;
	margin:0 0 14px!important;
	padding:10px!important;

	background:#fff!important;
	border:2px solid #172033!important;
	border-radius:8px!important;
	box-shadow:3px 4px 0 rgba(23,32,51,.78)!important;
	overflow:hidden!important;
}

.gg-region-page .gg-region-quick__label{
	color:#172033!important;
	font-family:"Quicksand",sans-serif!important;
	font-size:9px!important;
	font-weight:900!important;
	line-height:1!important;
	text-transform:uppercase!important;
	white-space:nowrap!important;
}

.gg-region-page .gg-region-quick__links{
	display:flex!important;
	flex-wrap:nowrap!important;
	gap:7px!important;
	min-width:0!important;
	padding:1px 2px 4px!important;
	overflow-x:auto!important;
	overflow-y:hidden!important;
	scrollbar-width:thin!important;
	-webkit-overflow-scrolling:touch!important;
}

.gg-region-page .gg-region-quick__links a{
	display:inline-flex!important;
	align-items:center!important;
	gap:6px!important;
	flex:0 0 auto!important;
	min-height:31px!important;
	padding:0 8px!important;

	color:#172033!important;
	background:#edf7ff!important;
	border:1px solid #9bc8e8!important;
	border-radius:8px!important;

	font-family:"Quicksand",sans-serif!important;
	font-size:9px!important;
	font-weight:850!important;
	line-height:1!important;
	text-decoration:none!important;
	white-space:nowrap!important;
}

.gg-region-page .gg-region-quick__links a small{
	display:inline-grid!important;
	place-items:center!important;
	min-width:20px!important;
	height:20px!important;
	padding:0 4px!important;

	color:#fff!important;
	background:#172033!important;
	border-radius:6px!important;

	font-size:8px!important;
	font-weight:900!important;
}

/* Section wrappers */
.gg-region-section{
	position:relative!important;
	width:100%!important;
	margin:0 0 16px!important;
	padding:14px!important;

	background:
		radial-gradient(circle at 0 0,rgba(255,89,150,.08),transparent 27%),
		linear-gradient(145deg,#fff 0%,#f8f9fd 100%)!important;

	border:2px solid #172033!important;
	border-radius:8px!important;
	box-shadow:4px 5px 0 rgba(23,32,51,.78),0 12px 24px rgba(23,32,51,.08)!important;
}

.gg-region-section--featured{
	background:
		radial-gradient(circle at 0 0,rgba(255,193,7,.15),transparent 30%),
		radial-gradient(circle at 100% 100%,rgba(255,89,150,.12),transparent 32%),
		linear-gradient(145deg,#fffaf0,#fff5fa)!important;
}

.gg-region-section__head{
	display:flex!important;
	align-items:flex-end!important;
	justify-content:space-between!important;
	gap:16px!important;
	margin:0 0 13px!important;
	padding:0 0 12px!important;
	border-bottom:2px dashed rgba(23,32,51,.18)!important;
}

.gg-region-section__head > div{
	min-width:0!important;
}

.gg-region-section__head span{
	display:block!important;
	margin:0 0 4px!important;
	color:#e11d48!important;
	font-family:"Quicksand",sans-serif!important;
	font-size:8.5px!important;
	font-weight:900!important;
	line-height:1!important;
	letter-spacing:.06em!important;
	text-transform:uppercase!important;
}

.gg-region-section__head h2{
	margin:0!important;
	color:#172033!important;
	font-family:"Quicksand",sans-serif!important;
	font-size:clamp(18px,2.2vw,23px)!important;
	font-weight:900!important;
	line-height:1.2!important;
	letter-spacing:-.025em!important;
}

.gg-region-section__head p{
	max-width:420px!important;
	margin:0!important;
	color:#687083!important;
	font-family:"Inter",sans-serif!important;
	font-size:10px!important;
	line-height:1.45!important;
	text-align:right!important;
}

/* Region grids */
.gg-region-featured-grid,
.gg-region-grid{
	display:grid!important;
	grid-template-columns:repeat(3,minmax(0,1fr))!important;
	grid-auto-flow:row!important;
	gap:13px!important;
	align-items:start!important;
	width:100%!important;
	min-width:0!important;
	margin:0!important;
	padding:0!important;
}

.gg-region-featured-grid::before,
.gg-region-featured-grid::after,
.gg-region-grid::before,
.gg-region-grid::after{
	content:none!important;
	display:none!important;
}

/* Cards */
.gg-region-page .gg-region-card{
	display:flex!important;
	flex-direction:column!important;
	align-self:start!important;
	width:100%!important;
	min-width:0!important;
	height:auto!important;
	margin:0!important;
	padding:12px!important;

	background:linear-gradient(145deg,#fff,#f7f9fc)!important;
	border:2px solid #273043!important;
	border-radius:8px!important;
	box-shadow:3px 4px 0 rgba(39,48,67,.76)!important;
	overflow:hidden!important;
}

.gg-region-page .gg-region-card.is-featured{
	background:linear-gradient(145deg,#fffaf0,#fff5f9)!important;
	border-color:#8a4d12!important;
	box-shadow:3px 4px 0 #713f12,0 10px 19px rgba(138,77,18,.10)!important;
}

.gg-region-page .gg-region-featured-grid .gg-region-card:nth-child(2){
	border-color:#155e75!important;
	box-shadow:3px 4px 0 #164e63,0 10px 19px rgba(21,94,117,.10)!important;
}

.gg-region-page .gg-region-featured-grid .gg-region-card:nth-child(3){
	border-color:#7e22ce!important;
	box-shadow:3px 4px 0 #581c87,0 10px 19px rgba(126,34,206,.10)!important;
}

.gg-region-page .gg-region-card__head{
	display:grid!important;
	grid-template-columns:39px minmax(0,1fr)!important;
	gap:10px!important;
	align-items:center!important;
	margin:0 0 10px!important;
	padding:0 0 10px!important;
	border-bottom:1px solid #dfe4ec!important;
}

.gg-region-page .gg-region-rank{
	display:grid!important;
	place-items:center!important;
	width:39px!important;
	height:39px!important;

	color:#172033!important;
	background:linear-gradient(135deg,#7ee7ff,#ff77ae)!important;
	border:2px solid #172033!important;
	border-radius:8px!important;
	box-shadow:2px 3px 0 #172033!important;

	font-family:"Quicksand",sans-serif!important;
	font-size:11px!important;
	font-weight:900!important;
	line-height:1!important;
}

.gg-region-page .gg-region-card__heading{
	min-width:0!important;
}

.gg-region-page .gg-region-card h3{
	margin:0!important;
	font-family:"Quicksand",sans-serif!important;
	font-size:15px!important;
	font-weight:900!important;
	line-height:1.2!important;
	overflow-wrap:anywhere!important;
}

.gg-region-page .gg-region-card h3 a{
	color:#172033!important;
	text-decoration:none!important;
}

.gg-region-page .gg-region-card__count{
	display:block!important;
	margin-top:3px!important;
	color:#687083!important;
	font-size:9px!important;
	font-weight:750!important;
	line-height:1.2!important;
}

.gg-region-page .gg-region-card__body{
	min-width:0!important;
}

.gg-region-page .gg-region-children{
	display:grid!important;
	gap:5px!important;
	margin:0!important;
	padding:0!important;
	list-style:none!important;
}

.gg-region-page .gg-region-children li{
	margin:0!important;
	padding:0!important;
}

.gg-region-page .gg-region-children a{
	display:flex!important;
	align-items:center!important;
	justify-content:space-between!important;
	gap:8px!important;
	min-height:31px!important;
	padding:0 8px!important;

	color:#354052!important;
	background:#fff!important;
	border:1px solid #e0e5ec!important;
	border-radius:7px!important;

	font-family:"Inter",sans-serif!important;
	font-size:9.5px!important;
	font-weight:750!important;
	line-height:1.2!important;
	text-decoration:none!important;
}

.gg-region-page .gg-region-children a > span{
	min-width:0!important;
	overflow:hidden!important;
	text-overflow:ellipsis!important;
	white-space:nowrap!important;
}

.gg-region-page .gg-region-children a small{
	display:inline-grid!important;
	place-items:center!important;
	flex:0 0 auto!important;
	min-width:23px!important;
	height:20px!important;
	padding:0 4px!important;

	color:#172033!important;
	background:#eef2f7!important;
	border-radius:6px!important;

	font-size:7.5px!important;
	font-weight:900!important;
}

.gg-region-page .gg-region-card__empty{
	margin:0!important;
	padding:11px!important;
	color:#7b8494!important;
	background:#fff!important;
	border:1px dashed #cfd6e2!important;
	border-radius:7px!important;
	font-size:9.5px!important;
	font-style:italic!important;
	line-height:1.45!important;
}

/* Expandable remaining children */
.gg-region-more{
	margin:7px 0 0!important;
	padding:0!important;
}

.gg-region-more summary{
	display:flex!important;
	align-items:center!important;
	justify-content:space-between!important;
	gap:8px!important;
	min-height:31px!important;
	padding:0 8px!important;

	color:#172033!important;
	background:#eef6ff!important;
	border:1px dashed #91b9dd!important;
	border-radius:7px!important;

	font-family:"Quicksand",sans-serif!important;
	font-size:8.5px!important;
	font-weight:900!important;
	line-height:1!important;
	cursor:pointer!important;
	list-style:none!important;
}

.gg-region-more summary::-webkit-details-marker{
	display:none!important;
}

.gg-region-more summary small{
	display:grid!important;
	place-items:center!important;
	width:20px!important;
	height:20px!important;

	color:#fff!important;
	background:#2563eb!important;
	border-radius:6px!important;

	font-size:13px!important;
	font-weight:900!important;
	transition:transform .18s ease!important;
}

.gg-region-more[open] summary small{
	transform:rotate(45deg)!important;
}

.gg-region-children--more{
	margin-top:6px!important;
	padding-top:6px!important;
	border-top:1px dashed #dce2eb!important;
}

.gg-region-page .gg-region-card__action{
	display:flex!important;
	align-items:center!important;
	justify-content:space-between!important;
	gap:10px!important;
	min-height:36px!important;
	margin-top:10px!important;
	padding:0 10px!important;

	color:#fff!important;
	background:linear-gradient(135deg,#168ed7,#1d4ed8)!important;
	border:2px solid #172033!important;
	border-radius:8px!important;
	box-shadow:2px 3px 0 #172033!important;

	font-family:"Quicksand",sans-serif!important;
	font-size:8.8px!important;
	font-weight:900!important;
	line-height:1.2!important;
	text-decoration:none!important;
}

.gg-region-page .gg-region-card__action > span:first-child{
	min-width:0!important;
	overflow:hidden!important;
	text-overflow:ellipsis!important;
	white-space:nowrap!important;
}

.gg-region-page .gg-region-card__action > span:last-child{
	flex:0 0 auto!important;
	font-size:15px!important;
}

@media(hover:hover) and (pointer:fine){
	.gg-region-page .gg-region-quick__links a:hover,
	.gg-region-page .gg-region-children a:hover,
	.gg-region-more summary:hover{
		color:#172033!important;
		background:#ffe45c!important;
		border-color:#172033!important;
	}

	.gg-region-page .gg-region-card__action:hover{
		color:#fff!important;
		background:linear-gradient(135deg,#ec4899,#e11d48)!important;
	}
}

/* Empty state */
.gg-region-page .gg-region-empty{
	padding:22px!important;
	color:#586274!important;
	background:#fff!important;
	border:2px dashed #9aa3b2!important;
	border-radius:8px!important;
	text-align:center!important;
}

/* Responsive */
@media(max-width:1023px){
	.gg-region-featured-grid,
	.gg-region-grid{
		grid-template-columns:repeat(2,minmax(0,1fr))!important;
	}
}

@media(max-width:760px){
	body.page-template-page-khu-vuc #content-wrap.gg-region-layout{
		width:min(100% - 16px,1280px)!important;
		padding-top:8px!important;
	}

	.gg-region-page .gg-region-hero{
		padding:18px 13px!important;
		box-shadow:3px 4px 0 #070b12!important;
	}

	.gg-region-page .gg-region-quick{
		grid-template-columns:1fr!important;
		gap:7px!important;
	}

	.gg-region-page .gg-region-section{
		padding:11px!important;
		box-shadow:3px 4px 0 rgba(23,32,51,.78)!important;
	}

	.gg-region-page .gg-region-section__head{
		align-items:flex-start!important;
		flex-direction:column!important;
		gap:7px!important;
	}

	.gg-region-page .gg-region-section__head p{
		max-width:none!important;
		text-align:left!important;
	}

	.gg-region-featured-grid,
	.gg-region-grid{
		grid-template-columns:1fr!important;
		gap:11px!important;
	}
}

@media(max-width:420px){
	.gg-region-page .gg-region-hero h1{
		font-size:23px!important;
	}

	.gg-region-page .gg-region-stats{
		display:grid!important;
		grid-template-columns:repeat(2,minmax(0,1fr))!important;
	}

	.gg-region-page .gg-region-stats span{
		justify-content:center!important;
		padding:0 7px!important;
	}

	.gg-region-page .gg-region-card{
		padding:10px!important;
	}
}

/* =========================================================
   GÁI GỌI v1.2.2 — CUSTOMIZER / HOMEPAGE TITLE RECOVERY
========================================================= */

.home .site-main > .gg-home-feed-section{
	position:relative!important;
	clear:both!important;
	width:100%!important;
	max-width:100%!important;
	margin:0 0 18px!important;
	padding:14px!important;
	background:
		radial-gradient(circle at 0 0,rgba(92,216,255,.14),transparent 28%),
		linear-gradient(145deg,#fff7fb 0%,#f4f8ff 100%)!important;
	border:2px solid #252938!important;
	border-radius:8px!important;
	box-shadow:5px 6px 0 rgba(17,24,39,.82),0 14px 28px rgba(17,24,39,.12)!important;
	overflow:hidden!important;
}

.home .gg-home-feed-content{
	width:100%!important;
	max-width:100%!important;
	min-width:0!important;
}

.home .section-headlines-posts .section-title{
	color:#fff!important;
}

.home .section-headlines-posts .section-header{
	border-bottom-color:rgba(255,255,255,.22)!important;
}

.home .section-headlines-posts .section-header::after{
	background:linear-gradient(90deg,#67e8f9,#ffe45c,#ff5d9e)!important;
}

