.swlm-form-wrap {
    font-family: inherit;
    margin: 40px auto;
    max-width: 700px;
}

.swlm-form {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    padding: 25px;
}

.swlm-form__title {
    color: inherit;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 10px;
    text-align: center;
}

.swlm-form__description {
    color: #666;
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 20px;
    text-align: center;
}

.swlm-form__control {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-sizing: border-box;
    color: inherit;
    display: block;
    font-family: inherit;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 15px;
    padding: 16px;
    width: 100%;
}

textarea.swlm-form__control {
    margin-bottom: 20px;
    resize: vertical;
}

.swlm-form__control:focus {
    border-color: #25d366;
    outline: none;
}

.swlm-form__button {
    align-items: center;
    appearance: none;
    background: #25d366;
    border: none;
    border-radius: 8px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    justify-content: center;
    line-height: 1.2;
    margin: 0;
    min-height: 0;
    padding: 18px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    width: 100%;
}

.swlm-form__button:hover,
.swlm-form__button:focus {
    background: #20bd5a;
}

.swlm-form__button--delivery,
.swlm-form__button--delivery:visited {
    background: #2563eb;
    color: #fff;
    display: flex;
    width: 100%;
}

.swlm-form__button--delivery:hover,
.swlm-form__button--delivery:focus {
    background: #1d4ed8;
    color: #fff;
}

.swlm-form__checkbox {
    align-items: center;
    color: #333;
    display: flex;
    font-size: 15px;
    gap: 8px;
    margin: 0 0 16px;
}

.swlm-form__checkbox input {
    margin: 0;
}

.swlm-courier-wrap {
    background: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    font-family: inherit;
    margin: 15px auto;
    max-width: 600px;
    padding: 16px;
}

.swlm-courier-form h4 {
    color: inherit;
    font-size: 15px;
    font-weight: 600;
    margin: 6px 0;
}

.swlm-courier-form input,
.swlm-courier-form select,
.swlm-courier-form textarea {
    appearance: auto;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 8px;
    box-sizing: border-box;
    color: inherit;
    color-scheme: light;
    display: block;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.35;
    margin: 0 0 8px;
    min-height: 44px;
    padding: 12px 10px;
    width: 100%;
}

.swlm-courier-form textarea {
    min-height: 72px;
    resize: vertical;
}

.swlm-courier-form input:focus,
.swlm-courier-form select:focus,
.swlm-courier-form textarea:focus {
    border-color: #25d366;
    box-shadow: 0 0 0 3px rgba(37, 211, 102, 0.14);
    outline: none;
}

.swlm-courier-form hr {
    border: 0;
    border-top: 1px dashed #dddddd;
    margin: 10px 0;
}

.swlm-courier-options {
    display: flex;
    gap: 20px;
    margin: 0 0 10px;
}

.swlm-courier-options label {
    align-items: center;
    display: inline-flex;
    font-size: 14px;
    gap: 6px;
}

.swlm-courier-options input {
    margin: 0;
    min-height: 0;
    padding: 0;
    width: auto;
}

.swlm-courier-randevu {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr;
    margin: 10px 0 0;
}

.swlm-courier-randevu[hidden] {
    display: none;
}

.swlm-courier-selects {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr;
}

.swlm-courier-button,
.swlm-courier-form button.swlm-courier-button {
    appearance: none;
    background: #25d366;
    border: 0;
    border-radius: 999px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    justify-content: center;
    line-height: 1.2;
    margin: 5px 0 0;
    min-height: 46px;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    width: 100%;
}

.swlm-courier-button:hover,
.swlm-courier-button:focus,
.swlm-courier-form button.swlm-courier-button:hover,
.swlm-courier-form button.swlm-courier-button:focus {
    background: #20bd5a;
    color: #ffffff;
}

.swlm-urgent-wrap {
    background: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    font-family: inherit;
    margin: 20px auto;
    max-width: 450px;
    padding: 20px;
}

.swlm-urgent-wrap h3 {
    color: #1b2640;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 14px;
    text-align: center;
}

.swlm-urgent-form input,
.swlm-urgent-form select,
.swlm-urgent-form textarea {
    appearance: auto;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 8px;
    box-sizing: border-box;
    color: inherit;
    color-scheme: light;
    display: block;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.35;
    margin: 0 0 12px;
    min-height: 46px;
    padding: 12px;
    width: 100%;
}

.swlm-urgent-form textarea {
    min-height: 74px;
    resize: vertical;
}

.swlm-urgent-form select {
    cursor: pointer;
    min-height: 50px;
}

.swlm-urgent-form input:focus,
.swlm-urgent-form select:focus,
.swlm-urgent-form textarea:focus {
    border-color: #25d366;
    box-shadow: 0 0 0 3px rgba(37, 211, 102, 0.14);
    outline: none;
}

.swlm-urgent-form hr {
    border: 0;
    border-top: 1px dashed #eeeeee;
    margin: 10px 0 20px;
}

.swlm-urgent-button,
.swlm-urgent-form button.swlm-urgent-button {
    align-items: center;
    appearance: none;
    background: #25d366;
    border: 0;
    border-radius: 10px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    font-family: inherit;
    font-size: 16px;
    font-weight: 800;
    justify-content: center;
    line-height: 1.2;
    margin: 0;
    min-height: 50px;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    width: 100%;
}

.swlm-urgent-button:hover,
.swlm-urgent-button:focus,
.swlm-urgent-form button.swlm-urgent-button:hover,
.swlm-urgent-form button.swlm-urgent-button:focus {
    background: #1ebe57;
    color: #ffffff;
}

.swlm-distance-wrap {
    background: #ffffff;
    border: 1px solid #dbe4ee;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    box-sizing: border-box;
    font-family: inherit;
    margin: 24px auto;
    max-width: 560px;
    padding: 20px;
}

.swlm-distance-form h3 {
    color: #172033;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 16px;
    text-align: center;
}

.swlm-distance-form input,
.swlm-distance-form select {
    appearance: none;
    background: #ffffff;
    border: 1px solid #ccd6e2;
    border-radius: 8px;
    box-sizing: border-box;
    color: #111827;
    display: block;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.35;
    margin: 0 0 11px;
    min-height: 50px;
    padding: 13px 14px;
    width: 100%;
}

.swlm-distance-form input:focus,
.swlm-distance-form select:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.14);
    outline: none;
}

.swlm-address-field {
    position: relative;
}

.swlm-address-suggestions {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
    box-sizing: border-box;
    left: 0;
    max-height: 260px;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: calc(100% - 12px);
    z-index: 1000;
}

.swlm-address-suggestions[hidden] {
    display: none;
}

.swlm-address-suggestion {
    align-items: center;
    border-bottom: 1px solid #eef2f7;
    color: #172033;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    gap: 12px;
    justify-content: space-between;
    line-height: 1.35;
    padding: 11px 12px;
}

.swlm-address-suggestion:last-child {
    border-bottom: 0;
}

.swlm-address-suggestion:hover,
.swlm-address-suggestion.is-active {
    background: #eff6ff;
}

.swlm-address-suggestion small {
    color: #64748b;
    flex: 0 0 auto;
    font-size: 12px;
}

.swlm-distance-calc,
.swlm-distance-form button.swlm-distance-calc {
    align-items: center;
    appearance: none;
    background: #2563eb;
    border: 0;
    border-radius: 8px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    font-family: inherit;
    font-size: 16px;
    font-weight: 800;
    justify-content: center;
    line-height: 1.2;
    margin: 4px 0 0;
    min-height: 52px;
    padding: 14px;
    text-align: center;
    text-transform: none;
    width: 100%;
}

.swlm-distance-calc:hover,
.swlm-distance-calc:focus,
.swlm-distance-form button.swlm-distance-calc:hover,
.swlm-distance-form button.swlm-distance-calc:focus {
    background: #1d4ed8;
    color: #ffffff;
}

.swlm-distance-loading,
.swlm-distance-result {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-sizing: border-box;
    color: #1f2937;
    font-size: 15px;
    line-height: 1.65;
    margin: 14px 0 0;
    padding: 14px;
    text-align: center;
}

.swlm-distance-actions {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin: 12px 0 0;
}

.swlm-distance-actions[hidden] {
    display: none;
}

.swlm-distance-whatsapp,
.swlm-distance-form button.swlm-distance-whatsapp,
.swlm-distance-call,
.swlm-distance-form button.swlm-distance-call {
    align-items: center;
    appearance: none;
    border: 0;
    border-radius: 8px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    font-family: inherit;
    font-size: 15px;
    font-weight: 800;
    justify-content: center;
    line-height: 1.2;
    min-height: 50px;
    padding: 13px 12px;
    text-align: center;
    text-transform: none;
    width: 100%;
}

.swlm-distance-whatsapp,
.swlm-distance-form button.swlm-distance-whatsapp {
    background: #25d366;
}

.swlm-distance-whatsapp:hover,
.swlm-distance-whatsapp:focus,
.swlm-distance-form button.swlm-distance-whatsapp:hover,
.swlm-distance-form button.swlm-distance-whatsapp:focus {
    background: #20bd5a;
    color: #ffffff;
}

.swlm-distance-call,
.swlm-distance-form button.swlm-distance-call {
    background: #0f172a;
}

.swlm-distance-call:hover,
.swlm-distance-call:focus,
.swlm-distance-form button.swlm-distance-call:hover,
.swlm-distance-form button.swlm-distance-call:focus {
    background: #1e293b;
    color: #ffffff;
}

.swlm-delivery-wrap {
    font-family: inherit;
    margin: 32px auto;
    max-width: 720px;
}

.swlm-delivery-form {
    background: #ffffff;
    border: 1px solid #dbeafe;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(37, 99, 235, 0.12);
    box-sizing: border-box;
    padding: 24px;
}

.swlm-delivery-form__header {
    border-bottom: 1px solid #e5e7eb;
    margin: 0 0 20px;
    padding: 0 0 16px;
}

.swlm-delivery-form__title {
    color: #111827;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 6px;
}

.swlm-delivery-form__description {
    color: #64748b;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

.swlm-delivery-form__grid {
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr 1fr;
}

.swlm-delivery-form__label {
    color: #1f2937;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 14px;
}

.swlm-delivery-form__label span {
    display: block;
    margin: 0 0 7px;
}

.swlm-delivery-form__control {
    appearance: none;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    box-sizing: border-box;
    color: #111827;
    display: block;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    padding: 14px 15px;
    width: 100%;
}

.swlm-delivery-form__control:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.14);
    outline: none;
}

textarea.swlm-delivery-form__control {
    resize: vertical;
}

.swlm-delivery-form__checkbox {
    align-items: center;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-sizing: border-box;
    color: #334155;
    display: flex;
    font-size: 15px;
    gap: 9px;
    margin: 2px 0 18px;
    padding: 12px 14px;
}

.swlm-delivery-form__checkbox input {
    margin: 0;
}

.swlm-delivery-form__button,
.swlm-delivery-form__button:visited {
    align-items: center;
    appearance: none;
    background: #2563eb;
    border: none;
    border-radius: 8px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    font-family: inherit;
    font-size: 18px;
    font-weight: 700;
    justify-content: center;
    line-height: 1.2;
    margin: 0;
    padding: 17px 18px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    width: 100%;
}

.swlm-delivery-form__button:hover,
.swlm-delivery-form__button:focus {
    background: #1d4ed8;
    color: #ffffff;
}

.sk-delivery-shell {
    box-sizing: border-box;
    font-family: inherit;
    margin: 28px auto;
    max-width: 640px;
    width: 100%;
}

.sk-delivery-box {
    background: #ffffff;
    border: 1px solid #d7e3f8;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    box-sizing: border-box;
    padding: 24px;
    width: 100%;
}

.sk-delivery-head {
    margin: 0 0 18px;
}

.sk-delivery-title {
    color: #0f172a;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 6px;
    text-align: left;
}

.sk-delivery-desc {
    color: #64748b;
    font-size: 15px;
    line-height: 1.45;
    margin: 0;
}

.sk-delivery-field {
    box-sizing: border-box;
    color: #1e293b;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 14px;
    width: 100%;
}

.sk-delivery-field span {
    display: block;
    margin: 0 0 7px;
}

.sk-delivery-control,
.sk-delivery-box input.sk-delivery-control,
.sk-delivery-box textarea.sk-delivery-control,
.sk-delivery-box select.sk-delivery-control {
    appearance: none;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 7px;
    box-shadow: none;
    box-sizing: border-box;
    color: #0f172a;
    display: block;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    max-width: none;
    min-height: 50px;
    outline: none;
    padding: 13px 14px;
    width: 100%;
}

.sk-delivery-box textarea.sk-delivery-control {
    min-height: 110px;
    resize: vertical;
}

.sk-delivery-control:focus,
.sk-delivery-box input.sk-delivery-control:focus,
.sk-delivery-box textarea.sk-delivery-control:focus,
.sk-delivery-box select.sk-delivery-control:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.16);
}

.sk-delivery-submit,
.sk-delivery-box button.sk-delivery-submit,
.sk-delivery-box .sk-delivery-submit {
    align-items: center;
    appearance: none;
    background: #0b5ed7;
    border: 0;
    border-radius: 7px;
    box-shadow: none;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    font-family: inherit;
    font-size: 18px;
    font-weight: 700;
    justify-content: center;
    line-height: 1.2;
    margin: 0;
    min-height: 56px;
    padding: 16px 18px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    width: 100%;
}

.sk-delivery-submit:hover,
.sk-delivery-submit:focus,
.sk-delivery-box button.sk-delivery-submit:hover,
.sk-delivery-box button.sk-delivery-submit:focus {
    background: #094db1;
    color: #ffffff;
}

.swlm-floating-form {
    bottom: 64px;
    left: 22px;
    margin: 0;
    perspective: 900px;
    position: fixed;
    z-index: 99999;
}

.swlm-floating-button,
.swlm-floating-form button.swlm-floating-button {
    align-items: center;
    appearance: none;
    animation: swlm-premium-flip 5s linear infinite;
    backface-visibility: visible;
    background: linear-gradient(135deg, #21c764 0%, #128c4c 100%);
    border: 0;
    border-radius: 50%;
    box-shadow: 0 12px 26px rgba(18, 140, 76, 0.32);
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-family: inherit;
    gap: 0;
    height: 68px;
    line-height: 1;
    margin: 0;
    min-height: 68px;
    padding: 0;
    position: relative;
    text-decoration: none;
    text-transform: none;
    transform-origin: center center;
    transform-style: preserve-3d;
    width: 68px;
}

.swlm-floating-button:hover,
.swlm-floating-button:focus,
.swlm-floating-form button.swlm-floating-button:hover,
.swlm-floating-form button.swlm-floating-button:focus {
    animation-play-state: paused;
    background: linear-gradient(135deg, #22d96f 0%, #0f7f43 100%);
    box-shadow: 0 16px 34px rgba(18, 140, 76, 0.38);
    color: #ffffff;
    outline: none;
    transform: translateY(-2px);
}

.swlm-floating-button__icon {
    align-items: center;
    background: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='%23ffffff' d='M32 6C17.6 6 6 17.2 6 31.1c0 5 1.5 9.7 4.2 13.6L7 57.5l13.2-3.4c3.5 1.8 7.5 2.8 11.8 2.8 14.4 0 26-11.2 26-25.8S46.4 6 32 6zM20.9 49.1l-.8-.5-7.2 1.8 1.9-7-.6-.9c-2.2-3.3-3.4-7.2-3.4-11.4 0-11.3 9.5-20.5 21.2-20.5s21.2 9.2 21.2 20.5S43.7 51.6 32 51.6c-3.9 0-7.7-.9-11.1-2.5z'/%3E%3Cpath fill='%23ffffff' transform='translate(4 3)' d='M43.8 36.6c-.6 1.8-3.4 3.4-4.8 3.6-1.3.2-2.9.3-4.7-.3-1.1-.3-2.6-.8-4.4-1.6-7.7-3.3-12.7-10.9-13.1-11.4-.4-.5-3.1-4.1-3.1-7.9 0-3.7 1.9-5.5 2.6-6.3.7-.7 1.5-.9 2.1-.9h1.5c.5 0 1.1-.1 1.7 1.3.6 1.5 2.2 5.3 2.4 5.7.2.4.3.8.1 1.3-.2.5-.4.8-.7 1.2-.3.4-.7.8-1 1.2-.3.4-.7.8-.3 1.5.4.7 1.7 2.7 3.6 4.5 2.5 2.2 4.5 2.9 5.2 3.2.7.3 1.2.3 1.6-.2.4-.5 1.8-2.1 2.3-2.8.5-.7.9-.6 1.6-.3.7.2 4.3 2 5 2.4.7.3 1.2.5 1.4.8.2.3.2 1.9-.5 3.6z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55px 55px;
    border-radius: 0;
    color: #128c4c;
    display: inline-flex;
    font-size: 0;
    height: 54px;
    justify-content: center;
    position: relative;
    transform: translateX(6px);
    width: 54px;
}

.swlm-floating-button__icon::before {
    content: none;
}

.swlm-floating-button__icon::after {
    content: none;
}

.swlm-floating-button__text {
    display: none;
}

@keyframes swlm-premium-flip {
    0%,
    74% {
        box-shadow: 0 12px 26px rgba(18, 140, 76, 0.32);
        transform: rotate3d(0.18, 1, 0, 0deg) scale(1);
    }

    82% {
        box-shadow: 8px 15px 30px rgba(18, 140, 76, 0.34);
        transform: rotate3d(0.18, 1, 0, -14deg) scale(1.03);
    }

    90% {
        box-shadow: -10px 16px 32px rgba(18, 140, 76, 0.36);
        transform: rotate3d(0.18, 1, 0, 245deg) scale(1.04);
    }

    96% {
        box-shadow: -6px 15px 30px rgba(18, 140, 76, 0.34);
        transform: rotate3d(0.18, 1, 0, 360deg) scale(1.02);
    }

    100% {
        box-shadow: 0 12px 26px rgba(18, 140, 76, 0.32);
        transform: rotate3d(0.18, 1, 0, 360deg) scale(1);
    }
}

@media (max-width: 600px) {
    .swlm-form-wrap {
        margin: 24px 0;
    }

    .swlm-form {
        padding: 20px;
    }

    .swlm-courier-randevu {
        grid-template-columns: 1fr;
    }

    .swlm-courier-selects {
        grid-template-columns: 1fr;
    }

    .swlm-distance-actions {
        grid-template-columns: 1fr;
    }

    .swlm-delivery-wrap {
        margin: 20px 0;
    }

    .swlm-delivery-form {
        padding: 20px;
    }

    .swlm-delivery-form__grid {
        grid-template-columns: 1fr;
    }

    .sk-delivery-shell {
        margin: 18px 0;
    }

    .sk-delivery-box {
        padding: 20px;
    }

    .swlm-floating-form {
        bottom: 58px;
        left: 14px;
    }

    .swlm-floating-button,
    .swlm-floating-form button.swlm-floating-button {
        height: 62px;
        min-height: 62px;
        padding: 0;
        width: 62px;
    }

    .swlm-floating-button__icon {
        background-size: 51px 51px;
        height: 50px;
        width: 50px;
    }
}
