/* DNM Gift Cards - Product Page Styles */

.dnm-gift-card-fields {
    margin: 20px 0;
}

.dnm-gift-card-fields .delivery-method-section {
    margin-bottom: 20px;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 5px;
}

.dnm-gift-card-fields .delivery-method-section h4 {
    margin-top: 0;
}

.dnm-gift-card-fields .delivery-method-section label {
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
}

.dnm-gift-card-fields .recipient-info-section {
    padding: 15px;
    background: #f9f9f9;
    border-radius: 5px;
}

.dnm-gift-card-fields .recipient-info-section h4 {
    margin-top: 0;
}

.dnm-gift-card-fields .input-text {
    width: 100%;
}

/* DNM Gift Cards - Checkout Styles */

.dnm-gift-card-checkout {
    margin-bottom: 1em;
	max-width: 720px; 
}

.dnm-gift-card-checkout .form-row {
    padding: 0;
    margin: 0 0 1em;
}

.dnm-gift-card-checkout .gift-card-form {
    margin-top: 1em;
    display: none;
    clear: both;
}

.dnm-gift-card-checkout .gift-card-form .form-row-wide {
    display: flex;
    gap: 0.5em;
    align-items: flex-start;
}

.dnm-gift-card-checkout .gift-card-form #gift-card-code {
    flex: 1;
	min-height: var(--btn-min-height); 
}

.dnm-gift-card-checkout .applied-gift-card {
    background: #f7f6f7;
    padding: 1em;
    border: 1px solid #d3ced2;
    margin-bottom: 1em;
}

.dnm-gift-card-checkout .applied-gift-card p {
    margin: 0 0 0.5em;
}

.dnm-gift-card-checkout #gift-card-message {
    margin-top: 0.5em;
}
