/**
 * PRA READ MORE STANDALONE - ULTIMATE ISOLATION
 */

/* 1. ZÁKLADNÍ IDENTITA (MNC Standard) */
.pra-rm-master-container {
    color: #666666 !important;
    line-height: 26px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif !important;
    display: block;
    width: 100%;
    clear: both;
}

/* 2. CHIRURGICKÁ IZOLACE PEREXU */
.pra-rm-perex-box > p {
    display: block !important;
    margin-bottom: 15px !important;
    color: #666666 !important;
    font-family: inherit;
}

.pra-rm-perex-box > p:last-of-type {
    display: inline !important;
}

.pra-rm-details {
    display: inline !important;
    margin: 0 !important;
}

.pra-rm-summary {
    display: inline !important;
    cursor: pointer;
    font-weight: 700;
    margin-left: 5px;
    color: inherit;
    list-style: none;
    outline: none;
}

.pra-rm-summary::-webkit-details-marker {
    display: none;
}

/* 3. ROZBALENÝ OBSAH */
.pra-rm-content-gate {
    display: block;
    overflow: visible !important;
    height: 0;
    opacity: 0;
    transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.pra-rm-details.is-open .pra-rm-content-gate,
.pra-rm-details[open] .pra-rm-content-gate {
    height: auto !important;
    opacity: 1 !important;
}

/* 4. VNITŘNÍ TEXT */
.pra-rm-inner-anchor > p {
    display: block !important;
    margin-bottom: 18px !important;
    color: #666666 !important;
    font-family: inherit;
}

.pra-rm-inner-anchor > h2, 
.pra-rm-inner-anchor > h3 {
    color: #333333;
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 700;
}

/* 5. ZELENÉ CTA TLAČÍTKO */
.pra-rm-master-container a.pra-cta-button {
    display: table !important;
    margin: 25px auto !important;
    background-color: #22c55e !important;
    color: #ffffff !important;
    padding: 12px 35px !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.pra-rm-master-container a.pra-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.3);
}

/* 6. SPODNÍ TLAČÍTKO BEZ PODTRŽENÍ */
.pra-rm-footer-wrap {
    margin-top: 30px;
    padding-bottom: 10px;
    position: relative;
    z-index: 1000;
}

.pra-rm-footer-btn {
    display: inline-block !important;
    cursor: pointer !important;
    font-weight: 700;
    color: #666666 !important;
    border: none !important;
    text-decoration: none !important;
    padding-bottom: 2px;
    pointer-events: auto !important;
}

/* 7. UX SPACER */
.pra-rm-ux-spacer {
    height: 22px;
    display: block;
    clear: both;
}