.keyclamp-rotate {
    margin: 12px 0 0;
    text-align: center;
}

.keyclamp-rotate__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.keyclamp-rotate__icon {
    display: inline-block;
    font-size: 1.25em;
    line-height: 1;
}

.keyclamp-rotate__btn[aria-pressed="true"] .keyclamp-rotate__icon {
    color: #1979c3;
}

/* Keep the rotated image centred within the gallery stage. */
.fotorama__stage__frame .fotorama__img {
    transform-origin: center center;
}
