/* Push header right column (machine icon + cart) flush to right wall */
.wp-block-template-part .wp-block-column:last-child {
    padding-right: 0 !important;
}

.wp-block-template-part .wp-block-column:last-child .wp-block-group {
    padding-right: 0 !important;
    margin-right: 0 !important;
}

#wcrrs-lang-switcher {
    position: fixed;
    top: 8px;
    right: 8px;
    display: flex;
    align-items: center;
    gap: 4px;
    z-index: 9999;
}

#rshop-welcome-information {
    padding: 8px 0;
}

#rshop-brand-and-image {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 35rem;
    gap: 16px;
    margin-bottom: 12px;
}

#rshop-brand-left {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
    min-width: 0;
}

#rshop-brand-left h2 {
    margin: 0 0 4px 0;
}

#location-name {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
}

#location-subtext,
#location-machine-number {
    font-size: 13px;
    color: #555;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
}

a.wcrrs-lang-btn {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    color: #666 !important;
    padding: 3px 5px;
    text-decoration: none !important;
    transition: color .2s;
    line-height: 1;
}

a.wcrrs-lang-btn:hover {
    color: #A8823A !important;
}

a.wcrrs-lang-btn.wcrrs-lang-active {
    color: #A8823A !important;
}

.wcrrs-lang-sep {
    font-size: 13px;
    color: #444;
    user-select: none;
}
