.ywt-supported-devices,
.ywt-supported-devices * {
    box-sizing: border-box;
}

.ywt-supported-devices {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 28px;
    border: 1px solid #dbe4f0;
    border-radius: 8px;
    background: #f8fafc;
    color: #102344;
}

.ywt-supported-devices__header h2,
.ywt-supported-devices__type h3 {
    margin: 0;
    color: #0c2348;
    font-weight: 700;
    letter-spacing: 0;
}

.ywt-supported-devices__header h2 {
    font-size: 24px;
    line-height: 1.25;
}

.ywt-supported-devices__header p {
    margin: 8px 0 0;
    color: #475467;
    font-size: 15px;
    line-height: 1.5;
}

.ywt-supported-devices__search {
    display: block;
    margin-top: 24px;
}

.ywt-supported-devices__search span {
    display: block;
    margin-bottom: 8px;
    color: #102344;
    font-size: 14px;
    font-weight: 650;
}

.ywt-supported-devices__search input {
    display: block;
    width: 100%;
    min-height: 46px;
    padding: 11px 14px;
    border: 1px solid #cbd8e8;
    border-radius: 6px;
    outline: none;
    background: #fff;
    color: #102344;
    font-size: 16px;
    line-height: 1.35;
}

.ywt-supported-devices__search input::placeholder {
    color: #667085;
    font-weight: 400;
}

.ywt-supported-devices__search input:focus {
    border-color: #1d4ed8;
    box-shadow: 0 0 0 3px rgba(29, 78, 216, .12);
}

.ywt-supported-devices__result,
.ywt-supported-devices__updated {
    margin: 10px 0 0;
    color: #667085;
    font-size: 13px;
    line-height: 1.45;
}

.ywt-supported-devices__empty,
.ywt-supported-devices__notice {
    margin: 16px 0 0;
    padding: 13px 14px;
    border: 1px solid #fedf89;
    border-radius: 6px;
    background: #fffaeb;
    color: #7a2e0e;
    font-size: 14px;
    line-height: 1.45;
}

.ywt-supported-devices__types {
    display: grid;
    gap: 24px;
    margin-top: 24px;
}

.ywt-supported-devices__type h3 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.35;
}

.ywt-supported-devices__brands {
    display: grid;
    gap: 8px;
}

.ywt-supported-devices__brand {
    overflow: hidden;
    border: 1px solid #dbe4f0;
    border-radius: 6px;
    background: #fff;
}

.ywt-supported-devices__brand summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 48px;
    padding: 12px 14px;
    cursor: pointer;
    list-style: none;
    color: #102344;
    font-size: 16px;
    font-weight: 650;
}

.ywt-supported-devices__brand summary::-webkit-details-marker {
    display: none;
}

.ywt-supported-devices__brand summary::before {
    content: '+';
    flex: 0 0 20px;
    width: 20px;
    color: #1d4ed8;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
}

.ywt-supported-devices__brand summary span {
    flex: 1 1 auto;
}

.ywt-supported-devices__brand summary small {
    flex: 0 0 auto;
    color: #667085;
    font-size: 13px;
    font-weight: 500;
}

.ywt-supported-devices__brand[open] summary {
    border-bottom: 1px solid #e5edf6;
    background: #f8fafc;
}

.ywt-supported-devices__brand[open] summary::before {
    content: '−';
}

.ywt-supported-devices__brand ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 6px 14px;
    list-style: none;
}

.ywt-supported-devices__brand li {
    min-width: 0;
    padding: 9px 10px 9px 0;
    color: #344054;
    font-size: 14px;
    line-height: 1.4;
}

.ywt-supported-devices__brand li::before {
    content: '•';
    margin-right: 7px;
    color: #f5a400;
}

.ywt-supported-devices__updated {
    padding-top: 18px;
    border-top: 1px solid #e5edf6;
}

@media (max-width: 640px) {
    .ywt-supported-devices {
        padding: 20px 16px;
    }

    .ywt-supported-devices__header h2 {
        font-size: 21px;
    }

    .ywt-supported-devices__brand ul {
        grid-template-columns: minmax(0, 1fr);
    }

    .ywt-supported-devices__brand summary {
        min-height: 46px;
        padding: 11px 12px;
        gap: 8px;
    }

    .ywt-supported-devices__brand summary small {
        font-size: 12px;
    }
}
