.asw-menu {
    position: fixed;
    left: 0;
    top: 0;
    box-shadow: 0 0 20px #000 80;
    opacity: 1;
    transition: 0.3s;
    z-index: 500000;
    overflow: hidden;
    background: #eff1f5;
    width: 500px;
    line-height: 1;
    font-size: 16px;
    height: 100%;
    letter-spacing: 0.015em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}
.asw-menu * {
    color: #000 !important;
    font-family: inherit;
    padding: 0;
    margin: 0;
    line-height: 1 !important;
    letter-spacing: normal !important;
    box-sizing: border-box !important;
}
.asw-menu .asw-select {
    width: 100% !important;
    padding: 0 15px !important;
    font-size: 16px !important;
    font-family: inherit !important;
    font-weight: 600 !important;
    border-radius: 45px !important;
    background: #fff !important;
    border: none !important;
    min-height: 45px !important;
    max-height: 45px !important;
    height: 45px !important;
    color: inherit !important;
}
.asw-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 18px;
    padding-right: 18px;
    height: 55px;
    font-weight: 700 !important;
    background-color: #003366 !important;
}
.asw-menu-header svg {
    fill: #0848ca !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
}
.asw-menu-header > div {
    display: flex;
}
.asw-menu-header div[role=button] {
    padding: 5px;
    background: #fff !important;
    cursor: pointer;
    border-radius: 5px !important;
    transition: opacity 0.3s ease;
}
.asw-menu-header div[role=button]:hover {
    opacity: 0.8;
}
.asw-menu-title {
    font-size: 16px !important;
    color: #fff !important;
}
.asw-card {
    margin: 0 15px 20px;
}
.asw-card-title {
    font-size: 14px !important;
    padding: 15px 0;
    font-weight: 600 !important;
    opacity: 0.8;
}
.asw-items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}
.asw-btn {
    aspect-ratio: 1.2;
    border-radius: 12px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #333;
    font-size: 16px !important;
    background: #fff !important;
    border: 2px solid transparent !important;
    transition: border-color 0.2s ease;
    cursor: pointer;
    word-break: break-word;
    gap: 10px;
    position: relative;
    width: auto !important;
    height: auto !important;
}
.asw-btn .asw-translate {
    font-size: 14px !important;
    font-weight: 600 !important;
}
.asw-btn svg {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    max-width: 34px !important;
    max-height: 34px !important;
}
.asw-btn:hover {
    border-color: #0069a0 !important;
}
.asw-adjust-font {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}
.asw-adjust-font .asw-label {
    display: flex;
    justify-content: flex-start;
}
.asw-adjust-font .asw-label div {
    font-size: 14px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
}
.asw-adjust-font svg {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
}
.asw-adjust-font > div {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    align-items: center;
    font-size: 15px;
}
.asw-adjust-font div[role=button] {
    background: #eff1f5 !important;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.asw-minus {
    background-color: #eff1f5 !important;
    border: 2px solid transparent;
    transition: border 0.2s ease;
}
.asw-minus:hover {
    border-color: #0069a0 !important;
}
.asw-plus {
    background-color: #eff1f5 !important;
    border: 2px solid transparent;
    transition: border 0.2s ease;
}
.asw-plus:hover {
    border-color: #0069a0 !important;
}
.asw-amount {
    font-size: 18px !important;
    font-weight: 600 !important;
}
.asw-btn.asw-selected {
    border-color: #0069a0 !important;
}
.asw-btn.asw-selected span {
    fill: #0848ca !important;
    color: #0069a0 !important;
}
.asw-btn.asw-selected svg {
    fill: #0848ca !important;
    color: #0069a0 !important;
}
.asw-btn.asw-selected:after {
    content: "✓";
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #0069a0 !important;
    color: #fff;
    padding: 6px;
    font-size: 10px;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    line-height: 6px;
}
.asw-footer {
    display: none !important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 20px;
    text-align: center;
    border-top: 2px solid #eff1f5;
}
.asw-footer a {
    font-size: 16px !important;
    text-decoration: none !important;
    color: #000 !important;
    background: 0 0 !important;
    font-weight: 600 !important;
}
.asw-footer a:hover {
    color: #0069a0 !important;
}
.asw-footer a:hover span {
    color: #0069a0 !important;
}
.asw-menu-content {
    overflow: scroll;
    max-height: calc(100% - 80px);
    padding: 30px 0 15px;
}
.asw-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}
.asw-widget {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}
.asw-widget * {
    box-sizing: border-box !important;
}
.asw-menu-btn {
    display: none !important;
    position: fixed;
    z-index: 500000;
    left: 30px;
    bottom: 30px;
    box-shadow: 0 5px 15px 0 #000, 0 2px 4px 0 #000;
    transition: transform 0.2s ease;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;

    cursor: pointer;
    border: 3px solid #fff !important;
    outline: 5px solid #0069a0 !important;
    text-decoration: none !important;
    background: #0069a0 !important;
    background: linear-gradient(96deg, #0069a0 0, #0069a0 100%) !important;
}
.asw-menu-btn svg {
    width: 36px;
    height: 36px;
    min-height: 36px;
    min-width: 36px;
    max-width: 36px;
    max-height: 36px;
    background: 0 0 !important;
}
.asw-menu-btn:hover {
    transform: scale(1.05);
}
@media only screen and (max-width: 560px) {
    .asw-menu {
        width: 100%;
    }
}
@media only screen and (max-width: 420px) {
    .asw-items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.5rem;
    }
}
@media only screen and (max-width: 768px) {
    .asw-menu-btn {
        width: 42px;
        height: 42px;
    }
    .asw-menu-btn svg {
        width: 26px;
        height: 26px;
        min-height: 26px;
        min-width: 26px;
        max-width: 26px;
        max-height: 26px;
    }
}
