/* Shared component styles: OpenR / Google apps promo section */

.openr-link-section {
    position: relative;
    color: #fff;
    padding: 80px 20px;
    text-align: center;
    overflow: hidden;
}

.openr-link-container {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.openr-link-title {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 60px 0;
}

.apps-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 20px 25px;
}

.app-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90px;
}

.app-icon-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 22%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
    background-color: #fff;
}

.app-icon {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.app-name {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3;
}
