.eda-prkno-offer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eda-prkno-offer-popup {
    background: #ffffff;
    max-width: 100%;
    width: 1024px;
    padding: 40px;

    border-radius: 3px;
    text-align: left;
    position:relative;
}

.eda-prkno-offer-popup h3 {
    margin-top: 0;
    margin-bottom: 36px;
    font-size: 36px;
    line-height:36px;
}

.eda-prkno-offer-popup p {
    margin-bottom: 0px;
    font-size: 18px;
}

.eda-prkno-offer-buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.eda-prkno-offer-buttons button {
    padding: 16px;
    border: none;
    cursor: pointer;
    font-size: 36px;
    line-height:36px!important;
}

.eda-prkno-offer-accept {
    background: #ba8c63!important;
    color: #ffffff;
    border-radius:3px!important;
}

.eda-prkno-offer-decline {
    background: #ffffff!important;
    color: #ba8c63;
    border: 2px solid #ba8c63!important;
    border-radius:3px!important;
}

.eda-prkno-offer-decline:hover{

background: #ba8c63!important;
color:#fff!important;

border: 2px solid #997351!important;
}



.eda-prkno-offer-close {
    position: absolute;
    top: 8px;
    right: 8px;
    border: none;
    color: #ffffff!important;
    background: #ba8c63!important;
    font-size: 36px;
    line-height: 36px!important;
    min-height:auto!important;
    cursor: pointer;
    padding: 10px!important;
    border-radius:3px!important;
}

.eda-prkno-offer-popup p.eda-oil-small{
font-size:14px;
margin:12px 0;
}

@media only screen and (max-width: 768px) {
.eda-prkno-offer-buttons button {
    padding: 8px;
    border: none;
    cursor: pointer;
    font-size: 18px;
    line-height:18px!important;
}
}
