.inline-form-wrapper-d2b000ee {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.input-email-d2b000ee {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    font-size: 16px;
    min-width: 0;
}

.btn-submit-d2b000ee {
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    white-space: nowrap;
    transition: background-color 0.3s ease;
}

.btn-submit-d2b000ee:hover {
    opacity: 0.9;
}