.transposh-floating-container {
position: fixed;
right: 20px;
top: 50%;
transform: translateY(-50%);
z-index: 9998;
}
.transposh-floating-button {
width: 50px;
height: 50px;
border-radius: 50%;
background-color: #333;
color: white;
font-size: 24px;
border: none;
cursor: pointer;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
transition: transform 0.3s ease, background-color 0.3s;
outline: none;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
}
.transposh-floating-button:hover {
background-color: #0073aa; transform: translateY(-50%) scale(1.1); } .transposh-modal-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6); z-index: 99999; display: none; justify-content: center; align-items: center; backdrop-filter: blur(2px); } .transposh-modal-content {
background-color: #fff;
width: 90%;
max-width: 800px; max-height: 85vh; border-radius: 12px;
box-shadow: 0 10px 25px rgba(0,0,0,0.5);
position: relative; padding: 30px;
overflow-y: auto; box-sizing: border-box;
animation: tpFadeIn 0.3s ease-out;
}
@keyframes tpFadeIn {
from { opacity: 0; transform: scale(0.9); }
to { opacity: 1; transform: scale(1); }
} .transposh-modal-close {
position: absolute;
top: 10px;
right: 15px;
color: #aaa;
font-size: 28px;
font-weight: bold;
cursor: pointer;
line-height: 1;
transition: color 0.2s;
}
.transposh-modal-close:hover {
color: #000;
}
.transposh-modal-title {
margin-top: 0;
margin-bottom: 20px;
text-align: center;
font-size: 1.5rem;
color: #333;
border-bottom: 1px solid #eee;
padding-bottom: 10px;
} .transposh-grid-container {
display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); 
gap: 12px;
} .transposh-lang-btn {
display: flex;
flex-direction: column; align-items: center;
justify-content: center;
background-color: #f9f9f9;
border: 1px solid #e0e0e0;
border-radius: 6px;
padding: 10px 5px;
text-decoration: none !important;
color: #444 !important;
transition: all 0.2s ease;
cursor: pointer;
}
.transposh-lang-btn:hover {
background-color: #fff;
border-color: #0073aa;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
transform: translateY(-2px);
} .transposh-lang-btn.transposh-active-lang {
background-color: #0073aa;
color: white !important;
border-color: #0073aa;
}
.transposh-lang-btn img {
margin-bottom: 6px;
box-shadow: 0 1px 3px rgba(0,0,0,0.2);
width: 24px; height: auto;
display: block;
}
.tp-lang-name {
font-size: 13px;
line-height: 1.2;
text-align: center;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 100%;
} .transposh-modal-content::-webkit-scrollbar {
width: 8px;
}
.transposh-modal-content::-webkit-scrollbar-track {
background: #f1f1f1;
border-radius: 4px;
}
.transposh-modal-content::-webkit-scrollbar-thumb {
background: #ccc;
border-radius: 4px;
}
.transposh-modal-content::-webkit-scrollbar-thumb:hover {
background: #aaa;
}.widget-address-field .address-icons{vertical-align:middle}.widget-address-field .address-icons{vertical-align:middle;max-width:15px;width:100%}.widget-address-inline .widget-address-field{-js-display:inline-flex;display:inline-flex}.astra-widget-address address{margin:0}.widget-address-field{-js-display:flex;display:flex;justify-items:center;align-items:center}.widget-address-field .address-meta{margin-left:5px}.widget-address.widget-address-inline .widget-address-field{margin-right:5px}