    /*.pdf-risk-sheet{
        position: fixed;
        left: -99999px;
        top: 0;
        width: 794px;   
        z-index: -1;
    }

    .pdf-risk-page{
        width: 794px;
        min-height: 1123px;
        background: #f3ece5;
        position: relative;
        overflow: hidden;
        padding: 34px 34px 40px;
        box-sizing: border-box;
        font-family: 'Inter', sans-serif;
        color: #9a4157;
    }*/

    .pdf-risk-sheet{
        position: fixed;
        left: -99999px;
        top: 0;
        width: 794px;
        min-width: 794px;
        max-width: 794px;
        z-index: -1;
        pointer-events: none;
    }

    .pdf-risk-page{
        width: 794px;
        min-width: 794px;
        max-width: 794px;
        background: #f3ece5;
        position: relative;
        overflow: visible;
        padding: 34px 34px 40px;
        box-sizing: border-box;
        font-family: 'Inter', sans-serif;
        color: #9a4157;
        height: auto !important;
        min-height: unset !important;
        max-height: none !important;
        position: relative;
        overflow: visible;
    }

    .pdf-bg-top,
    .pdf-bg-bottom{
        position: absolute;
        left: 0;
        width: 100%;
        height: auto;
        display: block;
        pointer-events: none;
        z-index: 0;
    }

    .pdf-bg-top{
        top: 0;
    }

    .pdf-bg-bottom{
        bottom: 0;
        transform: rotate(180deg);
    }

    .pdf-risk-page > *:not(.pdf-bg-top):not(.pdf-bg-bottom){
        position: relative;
        z-index: 1;
    }

    .pdf-logos{
        text-align: center;
        margin-bottom: 26px;
    }

    .pdf-logos img{
        width: 70%;
        
        /*max-width: 720px;*/
        height: 100%;
        display: inline-block;
    }

    .pdf-title-wrap{
        text-align: center;
        margin-bottom: 26px;
    }

    .pdf-title-wrap img{
        width: 60%;
        height: 100% !important;
    }

    .pdf-callout{
        display: flex;
        align-items: center;
        gap: 16px;
        background: #fff;
        border-radius: 26px;
        box-shadow: 0 4px 12px rgba(0,0,0,.14);
        padding: 12px 18px;
        max-width: 650px;
        margin: 0 auto 26px;
    }

    .pdf-callout-icon{
        flex: 0 0 74px;
        width: 74px;
        height: 74px;
        border-radius: 50%;
        overflow: hidden;
    }

    .pdf-callout-icon img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .pdf-callout-text{
        font-size: 20px;
        line-height: 1.25;
        color: #9a4157;
    }

    .pdf-map-wrap{
        width: 100%;
        margin: 0 auto 26px;
        border-radius: 18px;
        overflow: hidden;
        background: #ddd;
        box-shadow: 0 2px 8px rgba(0,0,0,.10);
    }

    .pdf-map-wrap img{
        width: 100%;
        display: block;
        height: auto;
    }

    /* SOLO para el PDF cuando se genera desde móvil */
    .pdf-risk-page.is-mobile-export .pdf-map-wrap{
        width: 60% !important;
        margin-left: auto;
        margin-right: auto;
    }

    .pdf-risk-box{
        background: #fff;
        border-radius: 18px;
        padding: 22px 24px 20px;
        box-shadow: 0 2px 8px rgba(0,0,0,.08);
        margin-bottom: 20px !important;
    }

    .pdf-risk-box-title{
        display: inline-block;
        background: #c89c4b;
        color: #fff;
        font-weight: 800;
        font-size: 24px;
        padding: 8px 20px;
        border-radius: 18px 18px 0px 0px;
        margin: 0 auto 1px;
        text-align: center;
        width: fit-content;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .pdf-risk-grid{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 22px;
    }

    .pdf-risk-left{
        padding-right: 18px;
        border-right: 2px solid #d8c0b4;
    }

    .pdf-risk-row{
        font-size: 18px;
        line-height: 1.35;
        margin-bottom: 14px;
        color: #9a4157;
    }

    .pdf-risk-row span{
        font-weight: bold;
    }

    .pdf-risk-row label{
        font-weight: normal;
    }

    .pdf-risk-right{
        padding-left: 6px;
    }

    .pdf-risk-peligros-title{
        font-weight: 900;
        font-size: 24px;
        color: #9a4157;
        margin-bottom: 10px;
    }

    #pdfPeligros{
        margin: 0;
        padding-left: 20px;
    }

    #pdfPeligros li{
        color: #9a4157;
        font-size: 16px;
        line-height: 1.3;
        margin-bottom: 6px;
    }

    .pdf-risk-sheet *,
    .pdf-risk-page *{
        box-sizing: border-box;
    }

    .pdf-risk-page .pdf-risk-grid{
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 22px !important;
    }

    .pdf-risk-page .pdf-risk-left{
        padding-right: 18px !important;
        border-right: 2px solid #d8c0b4 !important;
    }

    .pdf-risk-page .pdf-risk-right{
        padding-left: 12px !important;
    }

    .pdf-risk-page .pdf-callout{
        display: flex !important;
        align-items: center !important;
        gap: 16px !important;
        flex-wrap: nowrap !important;
    }

    .pdf-risk-page .pdf-logos img{
        width: 70% !important;
        max-width: 720px !important;
        height: auto !important;
    }

    .pdf-risk-page .pdf-title-wrap img{
        width: 60% !important;
        max-width: 520px !important;
        height: auto !important;
    }

    .pdf-risk-page .pdf-map-wrap{
        width: 100% !important;
        margin-bottom: 26px !important;
        border-radius: 18px !important;
        overflow: hidden !important;
    }

    .pdf-risk-page .pdf-map-wrap img{
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    .pdf-risk-page .pdf-risk-peligros-title{
        font-size: 24px !important;
        margin-bottom: 10px !important;
    }

    .pdf-refugios-section{
    margin-top: 28px;
}

.pdf-refugios-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 34px;
    row-gap: 26px;
    position: relative;
}

.pdf-refugios-grid::before{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:50%;
    width:1.5px;
    background:#b98776;
    transform:translateX(-50%);
}

.pdf-rg-block{
    padding: 0 10px 0 0;
}

.pdf-rg-localidad{
    font-weight: 900;
    font-size: 22px;
    line-height: 1.1;
    margin-bottom: 12px;
    color: #8f3f54;
    text-transform: uppercase;
    letter-spacing: .2px;
}

.pdf-rg-item{
    margin-bottom: 16px;
}

.pdf-rg-nombre-row,
.pdf-rg-meta-row{
    display:flex;
    align-items:flex-start;
    gap:6px;
}

.pdf-rg-bullet-icon{
    width:10px;
    height:14px;
    object-fit:contain;
    margin-top:4px;
    flex:0 0 10px;
}

.pdf-rg-meta-icon{
    width:12px;
    height:12px;
    object-fit:contain;
    margin-top:4px;
    flex:0 0 12px;
}

.pdf-rg-nombre{
    font-weight:800;
    color:#8f3f54;
    font-size:15px;
    line-height:1.2;
    margin-bottom:2px;
}

.pdf-rg-dir,
.pdf-rg-cap{
    font-size:13px;
    line-height:1.2;
    color:#914153;
}

.pdf-rg-cap{
    margin-top:1px;
}

.pdf-rg-link-wrap{
    margin-top:6px;
    padding-left:16px;
}

.pdf-rg-link{
    display:inline-block;
    background:#9a4157;
    color:#fff !important;
    text-decoration:none;
    font-size:11px;
    font-weight:700;
    line-height:1;
    padding:7px 10px;
    border-radius:999px;
}

.pdf-rg-link:hover,
.pdf-rg-link:visited{
    color:#fff !important;
    text-decoration:none;
}


.pdf-mochila-section{
    margin-top: 34px;
    text-align: center;
}

.pdf-mochila-title-wrap{
    text-align: center;
    margin-bottom: 16px;
}

.pdf-mochila-title-wrap img{
    width: 60% !important;
    /*max-width: 520px;*/
    height: auto;
    display: inline-block;
}

.pdf-mochila-note{
    display: inline-block;
    background: #c89c4b;
    color: #fff;
    font-weight: normal;
    font-size: 17px;
    line-height: 1.2;
    padding: 10px 20px;
    border-radius: 999px;
    margin: 0 auto 22px;
    text-align: center;
}

.pdf-mochila-note b{
    font-weight: bold;
}

.pdf-mochila-graphic{
    width: 100%;
    text-align: center;
}

.pdf-mochila-graphic img{
    width: 100%;
    max-width: 720px;
    height: auto;
    display: inline-block;
}

.pdf-quehacer-section{
    margin-top: 38px;
    position: relative;
}

.pdf-quehacer-title-wrap{
    text-align: center;
    margin-bottom: 31px;
}

.pdf-quehacer-title-wrap img{
    width: 60%;
    /*max-width: 620px;*/
    height: auto;
    display: inline-block;
}

.pdf-quehacer-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    position: relative;
}

.pdf-quehacer-grid::before{
    content:"";
    position:absolute;
    top: 22px;
    bottom: 26px;
    left: 50%;
    width: 2px;
    background: #c79b4d;
    transform: translateX(-50%);
}

.pdf-quehacer-col{
    position: relative;
}

.pdf-quehacer-block{
    position: relative;
}

.pdf-qh-head{
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 22px 0 20px;
    border-radius: 10px !important;
    color: #fff;
    font-weight: 900;
    font-size: 28px;
    line-height: 1;
    letter-spacing: .2px;
    margin-bottom: 12px;
}

.pdf-qh-head span{
    position: relative;
    z-index: 2;
}

.pdf-qh-head-left{
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 38px;
    object-fit: contain;
    z-index: 1;
}

.pdf-qh-head-antes{
    background: #d39b2f;
}

.pdf-qh-head-durante{
    background: #9a4157;
}

.pdf-qh-head-despues{
    background: #a7c552;
}

.pdf-qh-list{
    list-style: disc;
    margin: 0;
    padding-left: 28px;
}

.pdf-qh-list li{
    color: #9a4157;
    font-size: 15px;
    line-height: 1.28;
    margin-bottom: 7px;
    font-weight: 700;
}

.pdf-qh-divider{
    position: relative;
    height: 26px;
    margin: 18px 0 18px;
}

.pdf-qh-divider span{
    position: absolute;
    left: 0;
    right: 2px;
    left: 11px;
    top: 50%;
    height: 2px;
    background: #c79b4d;
    transform: translateY(-50%);
}

.pdf-qh-divider::before{
    content:"";
    position:absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    background: #9a4157;
    transform: translateY(-50%) rotate(45deg);
    border-radius: 1px;
}

.pdf-qh-divider::after{
    content:"";
    position:absolute;
    right: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    background: #9a4157;
    transform: translateY(-50%) rotate(45deg);
    border-radius: 1px;
}

.pdf-quehacer-grid .pdf-quehacer-col-left::after{
    content:"";
    position:absolute;
    right: -21px;
    top: 50%;
    width: 14px;
    height: 14px;
    background: #9a4157;
    transform: translateY(-50%) rotate(45deg);
    border-radius: 2px;
    z-index: 2;
}

.pdf-quehacer-footer-logo{
    text-align: center;
    margin-top: 24px;
}

.pdf-quehacer-footer-logo img{
    width: 100%;
    max-width: 170px;
    height: auto;
    display: inline-block;
}
