.ged-readmore__toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.4rem !important;
    margin-top: 0.875rem !important;
    padding: 0.7rem 1rem !important;
    border: 0px solid currentColor !important;
    border-radius: 999px !important;
    background: transparent !important;
    color: inherit !important;
    font: inherit !important;
    font-size: 0.95em !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.01em !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease !important;
}

.ged-readmore__toggle:hover,
.ged-readmore__toggle:focus-visible {
    background: #ffffff !important;
    color: #dfb325 !important;
}

.ged-readmore__toggle:focus-visible {
    outline: 2px solid currentColor !important;
    outline-offset: 2px !important;
}

.ged-readmore__toggle:disabled {
    opacity: 0.55 !important;
    cursor: default !important;
}
