.impdates3-box {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 6px 8px 10px 10px;
    margin: 6px 0;
    font-family: sans-serif;
    text-align: left;
    font-weight: bold;
}

.impdates3-grid {
    display: grid;
    grid-template-columns: 1fr 200px;
    gap: 6px 12px;
    align-items: center;
}

.impdates3-text {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 20px;
    padding: 10px 10px;
    border: 1px solid #999;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
    color: #b71c1c;
    background-color: #f0f0f0;
    font-weight: bold;
}

.impdates3-wrapper {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f0f0f0;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    height: fit-content;
}

.impdates3-form {
    display: flex;
    flex-direction: column;
}

.impdates3-header h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 15px;
}

.impdates3-header p {
    text-align: center;
    color: #666;
    margin-bottom: 20px;
}

.impdates3-input-wrap {
    position: relative;
    width: 100%;
    max-width: 700px;
}

.impdates3-input-group {
    display: flex !important;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    box-sizing: border-box;
}

.impdates3-input {
    flex: 1 1 0% !important;
    min-width: 0 !important;
    width: auto !important;
    border: none;
    padding: 10px 12px;
    font-size: 14px;
    font-family: inherit;
    color: #333;
    height: 43px;
    box-sizing: border-box;
}
.impdates3-input:focus { outline: none; }

.impdates3-btn {
    flex: 0 0 44px !important;
    width: 44px !important;
    height: 43px;
    background: #02699B;
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.impdates3-btn i { font-size: 16px; }

.impdates3-row {
    margin-top: 20px;
}

.impdates3-row {
    text-align: right;
}

.input.impdates3-select {
    flex: 1;
    border-radius: 4px 0 0 4px; /* Заобляне само вляво */
}






