.rotona-gpsr-accordion {
    margin: 0;
    border: 0;
}

.rotona-gpsr-accordion-summary {
    position: relative;
    display: block;
    padding: 8px 34px 8px 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    list-style: none;
}

.rotona-gpsr-accordion-summary::-webkit-details-marker {
    display: none;
}

.rotona-gpsr-accordion-summary::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 4px;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-65%) rotate(45deg);
    transition: transform .2s ease;
}

.rotona-gpsr-accordion[open] > .rotona-gpsr-accordion-summary::after {
    transform: translateY(-35%) rotate(225deg);
}

.rotona-gpsr-content {
    margin: 0;
    padding: 4px 0 16px;
    font-size: 14px;
    line-height: 1.55;
}

.rotona-gpsr-section {
    margin: 0 0 1.15em;
}

.rotona-gpsr-section:last-child {
    margin-bottom: 0;
}

.rotona-gpsr-section-title {
    display: block;
    margin: 0 0 .3em;
    font-size: inherit;
    font-weight: 700;
}

.rotona-gpsr-lines {
    display: flex;
    flex-direction: column;
    gap: .08em;
}

.rotona-gpsr-warnings p {
    margin-top: 0;
    margin-bottom: .35em;
}

.rotona-gpsr-warnings p:last-child {
    margin-bottom: 0;
}

.rotona-gpsr-pictograms {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: .35em 0 .65em;
}

.rotona-gpsr-pictograms img {
    width: auto;
    height: 64px;
    max-width: 88px;
    object-fit: contain;
}

.rotona-gpsr-documents {
    margin-top: .2em;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .rotona-gpsr-accordion-summary {
        font-size: 15px;
    }

    .rotona-gpsr-content {
        font-size: 13px;
    }
}
