/*
Theme Name: PokaTheme Child
Template: pokatheme
Theme URI: https://pokatheme.com
Description: Premium Affiliate WordPress Theme
Author: PokaTheme
Author URI: https://pokatheme.com
Version: 1.0.0
License: Licensed theme
Tags: black, blue, white, two-columns
Text Domain:  poka
*/

/*
    Add your custom styles here
*/

/* Accordion: lista DGOJ — Casinos online regulados en España
   (styles.min.css carga después de este archivo; el tema pinta ::marker en amarillo en .post-entry ul li) */

.post-entry .dgoj-reg-accordion {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background: #fff;
    margin: 1.25em 0;
}

/* Por encima del preflight (summary { display: list-item }) y del marker nativo de <details> */
.post-entry .dgoj-reg-accordion > summary.dgoj-reg-accordion__summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 0;
    font-weight: 600;
    color: #000;
    font-size: 16px;
    line-height: 1.35;
}

.post-entry .dgoj-reg-accordion > summary.dgoj-reg-accordion__summary::-webkit-details-marker {
    display: none;
}

.post-entry .dgoj-reg-accordion > summary.dgoj-reg-accordion__summary::marker {
    content: "";
    display: none;
}

.dgoj-reg-accordion__head {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    text-align: left;
}

.dgoj-reg-accordion__flag {
    font-size: 1.25em;
    line-height: 1;
    flex-shrink: 0;
}

.dgoj-reg-accordion__title {
    font-weight: 600;
}

.post-entry .dgoj-reg-accordion__chevron {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    transition: transform 0.2s ease;
}

.post-entry .dgoj-reg-accordion[open] .dgoj-reg-accordion__chevron {
    transform: rotate(180deg);
}

.post-entry .dgoj-reg-accordion__panel {
    padding-bottom: 18px;
    padding-top: 4px;
}

/* Anula .post-entry ul (margen, padding) y .post-entry ul li (discos amarillos) */
.post-entry .dgoj-reg-accordion ul.dgoj-reg-accordion__list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 36px;
}

@media (max-width: 640px) {
    .post-entry .dgoj-reg-accordion ul.dgoj-reg-accordion__list {
        grid-template-columns: 1fr;
    }
}

.post-entry .dgoj-reg-accordion ul.dgoj-reg-accordion__list > li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.45;
    list-style: none;
    position: relative;
    color: #111;
}

/* Gana a .post-entry ul li:not(.c-marker)::marker del tema (carga después de style.css) */
#dgoj-regulated-casinos-list > li::marker {
    color: transparent !important;
    font-size: 0 !important;
}

.post-entry .dgoj-reg-accordion ul#dgoj-regulated-casinos-list > li::before {
    content: "";
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 1px;
    border-radius: 50%;
    background-color: #e4dcf5;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%231a3a5c' stroke-width='1.85' stroke-linecap='round' stroke-linejoin='round' d='M2.8 6.1 5.4 8.7 9.2 3.3'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 11px 11px;
}
