/*
Theme Name: prc Child
Template: prc
Description: prc Theme
prc-auth: prc
Version: 2.8.3
License: Licensed theme
Text Domain: prc
*/

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#main {
    flex: 1;
}

#main:not(.sp-my-0),
.not-found  {
    margin-block-start: 5rem;
}

.not-found  {
    max-width: var(--container-width);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* Header */

.custom-logo-link img {
    width: 250px;
}

.header-box.h-header {
    height: 64px;
}

.h-header  .custom-logo-link {
    height: auto;
}

.sp-mb-8 {
    margin-block-end: 1rem;
}

body.text-body .entry-content .show-more-less-block h2, 
body.text-body .entry-content .wp-block-columns h2, 
body.text-body .entry-content .wp-block-group h2, 
body.text-body .entry-content>h2 {
    font-size: 1.7rem;
}

body:not(.rtl) .spinoko_rounded_top .text-3xl {
    font-size: 1.5rem;
}

@media (min-width: 1024px) {
    .lg\:text-6xl {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .custom-logo-link img {
        width: 200px;
    }
    .header-box.h-header {
        height: 56px;
    }
    .entry-title {
        font-size: 28px;
        line-height: 1.1;
    }
}

section h1,
article h1,
aside h1,
nav h1,
h1 {
  margin-block: 0.67em;
  font-size: 30px;
}

/* end Header */

.prc-auth-card.prc-auth-card--top {
    margin-top: 60px;
}

.prc-auth-card {
    border: 1px solid var(--color-body-text);
    overflow: hidden;
    padding: 30px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.prc-auth-card .prc-auth-image {
    margin-right: 40px;
}

.prc-auth-card p {
    color: var(--color-body-text);
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 15px;
}

.prc-auth-card .prc-auth-title {
    color: var(--color-link-hover);
    font-size: 1rem;
    font-weight: 700;
    display: block;
    text-decoration: none;
}

.prc-auth-card .prc-auth-title:hover {
    color: var(--color-link);
}

.prc-auth-card .prc-auth-name {
    color: var(--color-body-text);
    font-size: 1.75rem;
    line-height: 1.3;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
}

.prc-auth-card .prc-auth-name:hover {
    color: var(--color-link-hover);
}

.faq-question {
    padding-right: 28px;
}

@media screen and (max-width: 768px) {
    .prc-auth-card.prc-auth-card--top {
        margin-top: 30px;
    }
    .prc-auth-card {
        padding: 18px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .prc-auth-card .prc-auth-image {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
    }
    .text-md-center {
        text-align: center;
    }

    .prc-auth-card p {
        line-height: 1.33;
    }
}

/* FAQ Block*/



/* end FAQ Block*/

/* Footer */

.footer-navigation ul,
.site-info {
    font-size: 14px;
}

#colophon .footer-navigation ul li:not(:last-child):after {
    content: "•";
}

.footer-navigation ul {
    gap: 0.5rem 0;
}

.footer-navigation ul li a {
    color: var(--color-light);
}

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

@media (max-width: 768px) {
    #colophon .footer-navigation ul li:not(:last-child):after {
        padding-left: .5rem;
    }
}

#scroll-top {
    margin-block-end: 2.5rem;
    margin-inline-end: 2.5rem;
}

@media (max-width: 992px) {
    #scroll-top {
        margin-block-end: 1.25rem;
        margin-inline-end: 1.25rem;
    }
}

/* end Footer */