.sendwave-style-form {
    max-width: 400px;
    margin: auto;
    font-family: 'Segoe UI', sans-serif;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

.sendwave-style-form .form-row {
    margin-bottom: 20px;
}

.sendwave-style-form label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}

.currency-input-group,
.currency-output-group {
    display: flex;
    gap: 10px;
}

.currency-input-group select,
.currency-output-group select {
    width: 30%;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.currency-input-group input,
.currency-output-group input {
    width: 70%;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 16px;
}

#converted-amount:disabled {
    background-color: #f5f5f5;
}

.conversion-note {
    font-size: 13px;
    color: #555;
    text-align: right;
}

@media only screen and (max-width: 480px) {
    .sendwave-style-form {
      max-width: 400px;
      font-family: 'Segoe UI', sans-serif;
      background: #fff;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
      margin-top: 300px;
    }

    .elementor-2042 .elementor-element.elementor-element-6293dd5 {
        overflow: hidden;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        z-index: 800;
    }

    .elementor-2042 .elementor-element.elementor-element-46cf988 {
        z-index: 900;
        margin-top: 90px;
    }

    .elementor-2042 .elementor-element.elementor-element-99082d3 > .elementor-widget-container {
        margin: 0px 0px 0px 60px !important;
    }

    .theme-btn-2 {

        padding: 10px 10px !important;

    }

    .theme-btn-3 {

        padding: 10px 10px !important;

    }

    .nice-select {

        height: 48px !important;

    }
  }
  