
/* Entkreis Product Linker Frontend Styles */
.buy-for-others-container {
    margin-top: 15px;
    clear: both;
    display: block;
}

.buy-for-others-modal {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.buy-for-others-modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    border-radius: 5px;
    position: relative;
    max-height: 80vh;
    overflow-y: auto;
}

.buy-for-others-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 10px;
}

.recipient-fields {
    margin: 20px 0;
    max-height: 50vh;
    overflow-y: auto;
    padding-right: 10px;
}

.recipient-field {
    border: 1px solid #eee;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.form-row input.error {
    border-color: #dc3232;
}

#ajax_error_message {
    color: #dc3232;
    margin-top: 10px;
    padding: 5px;
    font-weight: bold;
}
