/* IG: only the public preview and PMPro's no-access notices. */
.pmpro .pmpro_content_message {
    --ig-ink: #082a3c;
    --ig-cream: #f3ede3;
    --ig-bronze: #7f5e3f;
    --pmpro--color--accent: var(--ig-bronze);
    --pmpro--color--base: var(--ig-cream);
    --pmpro--color--contrast: var(--ig-ink);
    box-sizing: border-box;
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 28px auto 38px;
    padding: clamp(26px, 4vw, 46px) clamp(20px, 4vw, 48px) 0;
    border: 1px solid #082a3c26;
    border-top: 3px solid var(--ig-bronze);
    border-radius: 6px;
    background: var(--ig-cream);
    box-shadow: 0 12px 32px #082a3c08;
    color: var(--ig-ink);
    font-family: Lato, Montserrat, Arial, sans-serif;
    font-size: 17px;
    line-height: 1.6;
    text-align: center;
    overflow-wrap: anywhere;
}
.pmpro .pmpro_content_message *,
.pmpro .pmpro_content_message *::before,
.pmpro .pmpro_content_message *::after { box-sizing: border-box; }
.pmpro .pmpro_content_message::before {
    content: 'INTELIGENCIA GEOPOLÍTICA';
    display: block;
    margin: 0 0 22px;
    color: var(--ig-bronze);
    font-family: Lato, Montserrat, Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .16em;
}
.pmpro .pmpro_content_message .pmpro_card_title {
    display: block;
    max-width: 660px;
    margin: 0 auto 16px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--ig-ink);
    font-family: 'DM Serif Text', Georgia, 'Times New Roman', serif !important;
    font-size: clamp(28px, 3.2vw, 39px) !important;
    font-weight: 400 !important;
    line-height: 1.15 !important;
    letter-spacing: -.025em;
    text-transform: none;
    text-align: center;
    text-wrap: balance;
}
.pmpro .pmpro_content_message .pmpro_card_title svg {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto 18px;
    stroke: var(--ig-bronze);
    flex-shrink: 0;
}
.pmpro .pmpro_content_message .pmpro_card_content {
    padding: 0;
    margin: 0 auto 30px;
    max-width: 820px;
    border: 0;
    background: transparent;
    color: var(--ig-ink);
}
.pmpro .pmpro_content_message p {
    margin: 0 0 22px;
    font-family: Lato, Montserrat, Arial, sans-serif !important;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
}
.pmpro .pmpro_content_message p:last-child { margin-bottom: 0; }
.pmpro .pmpro_content_message .ig-pmpro-intro {
    max-width: 610px;
    margin-right: auto;
    margin-left: auto;
}
.pmpro .pmpro_content_message .ig-pmpro-plans {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
    margin: 27px auto 0;
    text-align: left;
}
.pmpro .pmpro_content_message a.ig-pmpro-plan {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 330px;
    padding: 23px 22px 19px;
    border: 1px solid #9b7651b3;
    border-radius: 7px;
    background: #fffdf9b8;
    box-shadow: none;
    color: var(--ig-ink) !important;
    font-family: Lato, Montserrat, Arial, sans-serif !important;
    line-height: 1.45;
    text-decoration: none !important;
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease, background-color .15s ease;
}
.pmpro .pmpro_content_message a.ig-pmpro-plan:hover {
    border-color: var(--ig-bronze);
    background: #fff;
    box-shadow: 0 10px 24px #082a3c12;
    color: var(--ig-ink) !important;
    transform: translateY(-2px);
}
.pmpro .pmpro_content_message .ig-pmpro-plan__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}
.pmpro .pmpro_content_message .ig-pmpro-plan__title {
    color: var(--ig-ink);
    font-family: 'DM Serif Text', Georgia, 'Times New Roman', serif !important;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -.015em;
}
.pmpro .pmpro_content_message .ig-pmpro-plan__badge {
    flex: 0 0 auto;
    margin-top: 1px;
    padding: 6px 9px;
    border-radius: 8px;
    background: var(--ig-bronze);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
}
.pmpro .pmpro_content_message .ig-pmpro-plan__price {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin: 25px 0 20px;
    color: var(--ig-ink);
}
.pmpro .pmpro_content_message .ig-pmpro-plan__price strong {
    font-family: 'DM Serif Text', Georgia, 'Times New Roman', serif !important;
    font-size: 45px;
    font-weight: 400;
    line-height: .95;
    letter-spacing: -.02em;
}
.pmpro .pmpro_content_message .ig-pmpro-plan__price span {
    font-family: 'DM Serif Text', Georgia, 'Times New Roman', serif !important;
    font-size: 20px;
    line-height: 1;
}
.pmpro .pmpro_content_message .ig-pmpro-plan__rule {
    display: block;
    width: 100%;
    border-top: 1px solid #9b765166;
}
.pmpro .pmpro_content_message .ig-pmpro-plan__benefits {
    display: grid;
    gap: 5px;
    margin: 19px 0 23px;
    color: #273e49;
    font-size: 14px;
    line-height: 1.35;
}
.pmpro .pmpro_content_message .ig-pmpro-plan__benefits > span {
    position: relative;
    display: block;
    padding-left: 18px;
}
.pmpro .pmpro_content_message .ig-pmpro-plan__benefits > span::before {
    content: '';
    position: absolute;
    top: .55em;
    left: 1px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--ig-bronze);
}
.pmpro .pmpro_content_message .ig-pmpro-plan__cta {
    display: block;
    margin-top: auto;
    color: var(--ig-ink);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}
.pmpro .pmpro_content_message a.ig-pmpro-plan:hover .ig-pmpro-plan__cta {
    color: var(--ig-bronze);
}
.pmpro .pmpro_content_message a.pmpro_btn,
.pmpro .pmpro_content_message .pmpro_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    max-width: 100%;
    width: auto;
    padding: 12px 28px;
    border: 1px solid var(--ig-ink);
    border-radius: 3px;
    background: var(--ig-ink);
    background-image: none;
    box-shadow: none;
    color: var(--ig-cream) !important;
    font-family: Lato, Montserrat, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
    white-space: normal;
    cursor: pointer;
    transition: background-color .15s ease, border-color .15s ease;
}
.pmpro .pmpro_content_message .pmpro_btn:hover {
    border-color: var(--ig-bronze);
    background: var(--ig-bronze);
    color: #fff !important;
}
.pmpro .pmpro_content_message a.pmpro_btn:visited { color: var(--ig-cream) !important; }
.pmpro .pmpro_content_message a.pmpro_btn:hover,
.pmpro .pmpro_content_message a.pmpro_btn:focus-visible { color: #fff !important; }
.ig-pmpro-cut { display: none !important; }
.pmpro .pmpro_content_message .pmpro_card_actions {
    display: block;
    margin: 0;
    padding: 18px 0 22px;
    border: 0;
    border-top: 1px solid #082a3c26;
    border-radius: 0;
    background: transparent;
    color: var(--ig-ink);
    font-family: Lato, Montserrat, Arial, sans-serif !important;
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
}
.pmpro .pmpro_content_message a:not(.pmpro_btn):not(.ig-pmpro-plan) {
    color: var(--ig-ink);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.pmpro .pmpro_content_message a:not(.pmpro_btn):not(.ig-pmpro-plan):hover { color: var(--ig-bronze); }
.pmpro .pmpro_content_message a:focus-visible,
.pmpro .pmpro_content_message button:focus-visible {
    outline: 3px solid var(--ig-bronze);
    outline-offset: 4px;
}
.ig-pmpro-preview {
    display: flow-root;
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 calc(100% - 72px), #0003 100%);
    mask-image: linear-gradient(to bottom, #000 0%, #000 calc(100% - 72px), #0003 100%);
}
/* PMPro adds this class through post_class(), also used by Royal Addons. */
article.pmpro-level-required .wpr-grid-item-title a::before,
article.pmpro-level-required .entry-title a::before {
    content: '';
    display: inline-block;
    width: .8em;
    height: .9em;
    margin-right: .35em;
    vertical-align: -.04em;
    background-color: #7f5e3f;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='10' width='14' height='12' rx='2'/%3E%3Cpath d='M8 10V6a4 4 0 0 1 8 0v4'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='10' width='14' height='12' rx='2'/%3E%3Cpath d='M8 10V6a4 4 0 0 1 8 0v4'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}
@media (max-width: 600px) {
    .pmpro .pmpro_content_message { padding: 27px 20px 0; margin-top: 20px; }
    .pmpro .pmpro_content_message::before { font-size: 10px; letter-spacing: .12em; }
    .pmpro .pmpro_content_message .pmpro_card_title { font-size: 29px !important; }
    .pmpro .pmpro_content_message p { font-size: 16px; }
    .pmpro .pmpro_content_message .pmpro_btn { width: 100%; padding: 13px 15px; }
    .pmpro .pmpro_content_message .pmpro_card_actions { font-size: 14px; }
}
@media (max-width: 720px) {
    .pmpro .pmpro_content_message .ig-pmpro-plans { grid-template-columns: 1fr; }
    .pmpro .pmpro_content_message a.ig-pmpro-plan { min-height: 305px; }
}
@media (prefers-reduced-motion: reduce) {
    .pmpro .pmpro_content_message .pmpro_btn,
    .pmpro .pmpro_content_message a.ig-pmpro-plan { transition: none; }
    .pmpro .pmpro_content_message a.ig-pmpro-plan:hover { transform: none; }
}
@media print {
    .ig-pmpro-preview { -webkit-mask-image: none; mask-image: none; }
    .pmpro .pmpro_content_message { box-shadow: none; break-inside: avoid; }
}
