.gm-device-finder {
    background: #99cd21;
    border-radius: 8px;
    margin: 28px auto;
    max-width: 1120px;
    padding: 10px 15px 15px;
}

.gm-device-finder h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 8px;
    text-align: center;
    text-transform: uppercase;
}

.gm-device-finder__fields {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.gm-device-finder__select,
.gm-device-finder__button {
    border-radius: 3px;
    font-size: 16px;
    min-height: 42px;
}

.gm-device-finder__select {
    background: #fff;
    border: 1px solid #1f2937;
    color: #111827;
    flex: 1 1 0;
    max-height: 320px;
    min-width: 0;
    overflow-y: auto;
    padding: 0 18px;
    width: 100%;
}

.gm-device-finder__select option {
    min-height: 32px;
    padding: 7px 12px;
}

.gm-device-finder__select:disabled {
    background: #f8fafc;
    color: #64748b;
}

.gm-device-finder__button {
    background: #1f76d2;
    border: 1px solid #1f76d2;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    padding: 0 18px;
    white-space: nowrap;
    width: 100%;
}

.gm-device-finder__actions {
    flex: 0 0 100%;
    text-align: center;
    width: 100%;
}

.gm-device-finder__actions[hidden],
.gm-device-finder__select[hidden] {
    display: none;
}

.gm-device-finder__button:disabled {
    cursor: not-allowed;
    opacity: .65;
}

.gm-device-finder__status {
    color: #fff;
    font-weight: 600;
    margin: 8px 0 0;
    text-align: center;
}

.gm-device-page {
    background: #f8fafc;
    padding: 48px 18px;
}

.gm-device-page__inner {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .08);
    color: #334155;
    font-size: 17px;
    line-height: 1.65;
    margin: 0 auto;
    max-width: 920px;
    overflow: hidden;
    padding: 0 40px 40px;
}

.gm-device-page h1,
.gm-device-page h2 {
    color: #3b6cb9;
    font-weight: 700;
    line-height: 1.25;
}

.gm-device-page h1 {
    font-size: 34px;
    margin: 0 0 20px;
}

.gm-device-page__cover {
    align-items: center;
    background-position: center;
    background-size: cover;
    display: flex;
    margin: 0 -40px 36px;
    min-height: 320px;
    padding: 0;
    width: calc(100% + 80px);
}

.gm-device-page__cover-overlay {
    align-items: center;
    backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, .42);
    display: flex;
    height: 100%;
    justify-content: center;
    min-height: inherit;
    padding: 36px;
    text-align: center;
    width: 100%;
}

.gm-device-page__cover h1 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
}

.gm-device-page h2 {
    font-size: 24px;
    margin: 34px 0 12px;
}

.gm-device-page__lead {
    font-weight: 600;
}

.gm-device-page__services {
    display: grid;
    gap: 8px 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 18px 0 28px;
    padding-left: 20px;
}

.gm-device-page__contact {
    background: #f1f5f9;
    border-left: 5px solid #99cd21;
    border-radius: 0 8px 8px 0;
    margin-top: 34px;
    padding: 20px;
}

.gm-device-index {
    margin: 0 auto;
    max-width: 1100px;
    padding: 40px 18px;
}

.gm-device-index ul {
    columns: 3 240px;
}

@media (max-width: 900px) {
    .gm-device-finder__fields {
        display: flex;
    }

    .gm-device-page__services {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .gm-device-finder__fields {
        grid-template-columns: 1fr;
    }

    .gm-device-finder h2 {
        font-size: 22px;
    }

    .gm-device-page__inner {
        padding: 26px 20px;
    }
}
