/* =========================================================
   VS Venta de Sociedades - Artículos
   Generado desde el CSS global unificado del 09-09-2026.
   ========================================================= */

body.single-post {
    background: #f7f9fa;
}

body.single-post #page {
    max-width: 1240px;

    background: transparent !important;
}

body.single-post .site-content {
    align-items: flex-start;

    padding-top: 34px;
    padding-bottom: 70px;

    column-gap: 34px;

    background: transparent !important;
}

body.single-post .content-area,
body.single-post .site-main,
body.single-post .inside-article {
    background: transparent !important;

    border: 0 !important;

    box-shadow: none !important;
}

body.single-post .inside-article {
    padding: 0 !important;
}

body.single-post .post-image {
    margin: 0 0 28px !important;
}

body.single-post .post-image img {
    display: block;

    width: 100%;
    height: auto;

    border-radius: 22px;
}

body.single-post .breadcrumbs,
body.single-post .breadcrumb {
    margin-bottom: 18px;

    color: #64748b;

    font-size: 14px;
}

body.single-post .entry-title {
    max-width: 820px;

    margin-bottom: 12px !important;

    color: #171717;

    font-size:
        clamp(40px,4vw,56px);

    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -.035em;
}

body.single-post .entry-meta {
    margin-bottom: 34px;

    color: #718096;

    font-size: 14px;
}

body.single-post .entry-content {
    color: #333;

    font-size: 17px;
    line-height: 1.75;
}

body.single-post .entry-content p {
    margin-bottom: 1.35em;
}

body.single-post .entry-content h2 {
    margin-top: 46px;
    margin-bottom: 18px;

    color: #0f172a;

    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -.025em;
}

body.single-post .entry-content h3 {
    margin-top: 32px;
    margin-bottom: 13px;

    color: #0f172a;

    font-size: 22px;
    line-height: 1.3;
}

body.single-post .entry-content ul,
body.single-post .entry-content ol {
    margin-bottom: 26px;
}

body.single-post .cat-links,
body.single-post .posted-in,
body.single-post .post-categories,

body.blog .cat-links,
body.blog .posted-in,
body.blog .post-categories,

body.search .cat-links,
body.search .posted-in,
body.search .post-categories,

body.archive .cat-links,
body.archive .posted-in,
body.archive .post-categories {
    display: none !important;
}

body.single-post .widget-area,
body.single-post .inside-right-sidebar,
body.single-post .widget-area .widget {
    background: transparent !important;

    border: 0 !important;

    box-shadow: none !important;
}

body.single-post
.inside-right-sidebar {
    margin-top: 0 !important;
}

body.single-post
.widget-area .widget {
    padding: 0 !important;
}

body.single-post
#vs-blog-sidebar {
    margin-top: 0 !important;
}

.vs-sidebar-search,
.vs-sidebar-search * {
    box-sizing: border-box;
}

.vs-sidebar-search {
    width: 100%;

    margin-top: 22px;

    padding: 27px;

    border: 1px solid #d9e8ef;
    border-radius: 22px;

    background:
        radial-gradient(
            circle at 90% 0%,
            rgba(14,138,168,.08),
            transparent 35%
        ),
        #fff;

    box-shadow:
        0 16px 38px rgba(15,23,42,.07);

    font-family:
        Inter,
        "Segoe UI",
        Roboto,
        Arial,
        sans-serif;
}

.vs-sidebar-search-badge {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    margin: 0 0 18px;

    padding: 7px 12px;

    border: 1px solid #fed7aa;
    border-radius: 999px;

    color: #c2410c;
    background: #fff7ed;

    font-size: 11px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: .055em;

    text-transform: uppercase;
}

.vs-sidebar-search h2 {
    margin: 0 0 10px;

    color: #0f172a;

    font-size: 24px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -.025em;
}

.vs-sidebar-search > p {
    margin: 0 0 20px;

    color: #64748b;

    font-size: 14.5px;
    line-height: 1.65;
}

.vs-sidebar-search-form {
    margin: 0;
}

.vs-sidebar-search-label {
    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;

    white-space: nowrap !important;

    border: 0 !important;
}

.vs-sidebar-search-row {
    display: flex;

    align-items: stretch;

    width: 100%;

    padding: 5px;

    border: 1px solid #d9e8ef;
    border-radius: 15px;

    background: #fff;

    transition:
        border-color .18s ease,
        box-shadow .18s ease;
}

.vs-sidebar-search-row:focus-within {
    border-color: #0a6f89;

    box-shadow:
        0 0 0 3px rgba(10,111,137,.10);
}

.vs-sidebar-search
input[type="search"] {
    flex: 1 1 auto;

    min-width: 0;
    min-height: 45px;

    margin: 0 !important;

    padding:
        10px 11px !important;

    border: 0 !important;
    outline: 0 !important;

    color: #0f172a !important;
    background: transparent !important;

    font-family: inherit !important;
    font-size: 13.5px !important;
    line-height: 1.4 !important;

    box-shadow: none !important;

    appearance: none;
    -webkit-appearance: none;
}

.vs-sidebar-search
input[type="search"]::placeholder {
    color: #94a3b8;
    opacity: 1;
}

.vs-sidebar-search button {
    display: flex;

    flex: 0 0 45px;

    align-items: center;
    justify-content: center;

    width: 45px;
    min-height: 45px;

    margin: 0;
    padding: 0;

    border: 0;
    border-radius: 11px;

    color: #fff;

    background:
        linear-gradient(
            135deg,
            #0a6f89,
            #0e8aa8
        );

    box-shadow:
        0 8px 18px rgba(10,111,137,.18);

    cursor: pointer;

    transition:
        transform .18s ease,
        box-shadow .18s ease;
}

.vs-sidebar-search button:hover,
.vs-sidebar-search button:focus {
    transform: translateY(-1px);

    box-shadow:
        0 11px 22px rgba(10,111,137,.23);
}

.vs-sidebar-search button svg {
    display: block;

    width: 19px;
    height: 19px;

    fill: none;
    stroke: currentColor;

    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vs-corporate-byline {
    display: flex;

    align-items: center;
    flex-wrap: wrap;

    gap: 7px;

    margin: -14px 0 28px;

    color: #64748b;

    font-family:
        Inter,
        "Segoe UI",
        Roboto,
        Arial,
        sans-serif;

    font-size: 14px;
    line-height: 1.5;
}

.vs-corporate-byline strong {
    color: #334155;
    font-weight: 700;
}

@media (max-width: 768px){
body.single-post
    .site-content {
        padding-top: 22px;
        padding-bottom: 45px;
    }
body.single-post
    .entry-title {
        font-size: 38px;
    }
body.single-post
    .entry-content {
        font-size: 16.5px;
    }
body.single-post
    .entry-content h2 {
        font-size: 27px;
    }
body.single-post
    .widget-area {
        margin-top: 35px;
    }
.vs-sidebar-search {
        margin-top: 20px;

        padding: 23px 20px;

        border-radius: 20px;
    }
.vs-sidebar-search h2 {
        font-size: 22px;
    }
}

@media (max-width: 560px){
.vs-corporate-byline {
        margin: -10px 0 24px;

        font-size: 13.5px;
    }
}

@media (max-width: 768px){
body.single-post {
        overflow-x: hidden;
    }
body.single-post #page,
    body.single-post .site-content,
    body.single-post .content-area,
    body.single-post .site-main,
    body.single-post article,
    body.single-post .inside-article,
    body.single-post .entry-content {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }
body.single-post .site-content {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
body.single-post .entry-content,
    body.single-post .entry-content p,
    body.single-post .entry-content li,
    body.single-post .entry-content a {
        overflow-wrap: anywhere;
        word-wrap: break-word;
    }
body.single-post .entry-content a {
        max-width: 100%;
    }
body.single-post .entry-content img,
    body.single-post .entry-content video,
    body.single-post .entry-content iframe,
    body.single-post .entry-content embed,
    body.single-post .entry-content object {
        max-width: 100%;
        height: auto;
    }
body.single-post .entry-content pre,
    body.single-post .entry-content code {
        max-width: 100%;
        white-space: pre-wrap;
        overflow-wrap: anywhere;
        word-break: break-word;
    }
body.single-post .entry-content table {
        max-width: 100%;
    }
body.single-post .entry-content .wp-block-table {
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 768px){
body.single-post .ez-toc-container,
    body.single-post #ez-toc-container,
    body.single-post .lwptoc,
    body.single-post .wp-block-rank-math-toc-block,
    body.single-post .uagb-toc__wrap,
    body.single-post .wp-block-table-of-contents,
    body.single-post nav[aria-label*="Índice"],
    body.single-post nav[aria-label*="indice"],
    body.single-post nav[aria-label*="contenidos"] {
        width: 100%;
        max-width: 100%;
        margin-top: 24px !important;
        margin-bottom: 34px !important;
        box-sizing: border-box;
    }
body.single-post .entry-content > h2:first-of-type {
        margin-top: 0 !important;
    }
}

.gp-breadcrumbs {
  margin-bottom: 18px;
  color: #666;
  font-size: 14px;
}

.gp-breadcrumbs a {
  color: #1e73be;
  text-decoration: none;
}

.gp-breadcrumbs a:hover,
.gp-breadcrumbs a:focus {
  text-decoration: underline;
}

.single-post .entry-content img,
.single-post .wp-post-image,
.single-post .featured-image img {
  border-radius: 18px;
  overflow: hidden;
}

.single-post .entry-meta,
.single-post .cat-links,
.single-post .tags-links,
.single-post .comments-link,
.single-post .comments-area,
.single-post footer.entry-meta,
.single-post .post-navigation,
.single-post .nav-links,
.single-post .nav-previous,
.single-post .nav-next {
  display: none !important;
}

.single-post .entry-title,
.single-post .entry-content,
.single-post .entry-header {
  width: auto !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  transform: none !important;
}

.single-post .entry-title {
  text-align: left !important;
}

.single-post h1.entry-title {
  margin-bottom: 28px !important;
  font-size: clamp(34px, 4vw, 56px) !important;
  line-height: 1.12 !important;
}
