/*
Theme Name: iphone-store-themes
Theme URI: https://webservice247.com
Author: Minh Pham
Author URI: https://webservice247.com
Description: Custom theme for Webservice247
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: webservice247
*/


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: "Lexend", sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

:root {
    --primary: #1e3a5f;
    --primary-light: #0f172a;
    --secondary: #b4232a;
    --text-color: #7A7A7A;
    --white: #fff;
    --blue: #2271b1;
    --bg: #f0f0f1;
    --body: #5d6778;
    --gray: #f5f6fe;
}

.bg-gray {
    background: var(--gray);
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.site-main:has(.page),
.container {
    max-width: 1310px;
    padding: 0 20px;
    margin: auto;
}

@media (max-width: 768px) {
    .site-main:has(.page),
    .container {
        padding: 0 10px;
    }
}


.text-white {
    color: var(--white);
}

.bg-white {
    background: var(--white);
}

.bg-secondary {
    background: var(--secondary);
}

.site-description,
.site-title,
.site-header,
.skip-link {
    display: none !important;
}

.p-section {
    padding-block: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #25293B;
    font-weight: 600;
    line-height: 150%
}

body {
    color: #5d6778;
    background: var(--gray);
}

a {
    text-decoration: none
}

.hidden {
    display: none;
}

.base-border {
    border: 1px solid #e7e9ed
}

#site-footer {
    display: none;
}

.ws-section__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
    border-bottom: 1px solid #EDEDED;
}

.ws-section__title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
}

.ws-section__title::after {
    content: '';
    display: block;
    width: 280px;
    height: 2px;
    background: var(--primary);
    margin-top: 8px;
    border-radius: 2px;
}

.ws-section__sub {
    display: none;
}

.ws-link {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.ws-link:hover {
    color: var(--primary);
}

.site-footer {
    padding-top: 40px;
}

@media (max-width: 768px) {
    .ws-product-padding {
        padding: 12px !important;
    }
}

.site-main:has(.page) .page {
    padding: clamp(16px, 2.5vw, 30px) 0;
}

.site-main:has(.page) .entry-header {
    margin-bottom: 16px;
}

.site-main:has(.page) .entry-title {
    margin: 0;
    font-size: clamp(30px, 4vw, 38px);
    font-weight: 700;
    line-height: 1.3;
}

.site-main:has(.page) .entry-content {
    color: #374151;
    font-size: 16px;
    line-height: 1.75;
}

.site-main:has(.page) .entry-content>* {
    margin: 0;
}

.site-main:has(.page) .entry-content>*+* {
    margin-top: 1.25em;
}

.site-main:has(.page) .entry-content h1,
.site-main:has(.page) .entry-content h2,
.site-main:has(.page) .entry-content h3,
.site-main:has(.page) .entry-content h4,
.site-main:has(.page) .entry-content h5,
.site-main:has(.page) .entry-content h6 {
    line-height: 1.35;
    font-weight: 700;
    color: #25293B;
}

.site-main:has(.page) .entry-content h1 {
    font-size: 2em;
}

.site-main:has(.page) .entry-content h2 {
    font-size: 1.75em;
}

.site-main:has(.page) .entry-content h3 {
    font-size: 1.5em;
}

.site-main:has(.page) .entry-content h4 {
    font-size: 1.25em;
}

.site-main:has(.page) .entry-content h5 {
    font-size: 1.1em;
}

.site-main:has(.page) .entry-content h6 {
    font-size: 1em;
}

.site-main:has(.page) .entry-content ul,
.site-main:has(.page) .entry-content ol {
    padding-left: 1.5em;
}

.site-main:has(.page) .entry-content ul {
    list-style: disc;
}

.site-main:has(.page) .entry-content ol {
    list-style: decimal;
}

.site-main:has(.page) .entry-content li+li {
    margin-top: .35em;
}

.site-main:has(.page) .entry-content a {
    color: var(--blue);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.site-main:has(.page) .entry-content blockquote {
    border-left: 4px solid var(--primary);
    background: #f8fafc;
    padding: .75em 1em;
}

.site-main:has(.page) .entry-content img {
    max-width: 100%;
    height: auto;
}

.site-main:has(.page) .entry-content figure {
    margin: 0;
}

.site-main:has(.page) .entry-content figcaption {
    margin-top: .5em;
    font-size: 14px;
    color: #6b7280;
    text-align: center;
}

.site-main:has(.page) .entry-content table {
    width: 100%;
    border-collapse: collapse;
}

.site-main:has(.page) .entry-content th,
.site-main:has(.page) .entry-content td {
    border: 1px solid #e7e9ed;
    padding: .6em .75em;
}

.site-main:has(.page) .entry-content th {
    font-weight: 600;
    color: #25293B;
    background: #f8fafc;
}

.site-main:has(.page) .entry-content pre {
    overflow-x: auto;
    padding: 1em;
    border-radius: 8px;
    background: #111827;
    color: #f9fafb;
}

.site-main:has(.page) .entry-content code {
    background: #f3f4f6;
    padding: .1em .35em;
    border-radius: 4px;
}

.site-main:has(.page) .entry-content pre code {
    background: transparent;
    padding: 0;
}

@media (max-width: 768px) {
    .site-main:has(.page) {
        padding-top: 16px;
        padding-bottom: 24px;
    }

    .site-main:has(.page) .page {
        padding: 12px 0;
    }
}
