.wcpc-fields {
    margin-top: 2em;
}

.wcpc-fields + .wcpc-fields {
    margin-top: 3em;
}

.wcpc-fields h3 {
    margin-bottom: 1em;
}

.wcpc-fields .wcpc-rating {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    letter-spacing: 2px;
    font-size: 1.1em;
}

.wcpc-fields .wcpc-table {
    width: 100%;
}

.wcpc-fields .wcpc-table th {
    width: 30%;
    margin: 0px;
    padding: 0px;
    place-content: center;
}

.wcpc-fields .wcpc-list {
    margin: 0;
    padding-left: 1.2em;
}

.wcpc-fields .wcpc-list li {
    margin: 0.2em 0;
}

span.wcpc-rating {
    color: #c61c2e;
}

.wcpc-fields-summary {
    cursor: pointer;
    font-weight: 600;
    font-size: 1.05em;
    list-style: none;
    position: relative;
    padding: 0.75em 1em;
    background: #f6f7f7;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    transition: background 0.2s ease, border-color 0.2s ease;
    display: flex;
    align-items: center;
}

.wcpc-fields-summary::marker {
    display: none;
}

.wcpc-fields-summary::after {
    content: '+';
    margin-left: auto;
    font-size: 1.2em;
    line-height: 1;
}

.wcpc-fields[open] > .wcpc-fields-summary {
    background: #b01e28;
    border-color: #b01e28;
    color: white;
}
summary.wcpc-fields-summary {
    color: #b01e28;
}

.wcpc-fields[open] > .wcpc-fields-summary::after {
    content: '-';
}

.wcpc-fields-content {
    padding: 1em;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
    border-radius: 0 0 6px 6px;
}

.wcpc-fields:not([open]) .wcpc-fields-content {
    display: none;
}

.wcpc-fields + .wcpc-fields {
    margin-top: 1.5em;
}

.wcpc-country-filter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75em;
    margin: 0 0 1.5em;
    padding: 0.75em 1em;
    background: #f8f8f8;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 6px;
}

.wcpc-country-filter__label {
    font-weight: 600;
    color: #333333;
}

.wcpc-country-filter__select {
    min-width: 220px;
    padding: 0.4em 0.8em;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.wcpc-country-filter__reset {
    margin-left: auto;
    color: #b01e28;
    text-decoration: none;
    font-size: 0.9em;
}

.wcpc-country-filter__reset:hover,
.wcpc-country-filter__reset:focus {
    text-decoration: underline;
}

.wcpc-country-link {
    color: #b01e28;
    text-decoration: none;
}

.wcpc-country-link:hover,
.wcpc-country-link:focus {
    text-decoration: underline;
}

.wcpc-fields-content table td, table th {
    padding: 1em 1.41577975em;
    text-align: left;
    vertical-align: top;
    word-break: normal;
    overflow-wrap: break-word;
}
