.wpcf7 form{position:relative}.wpcf7 form>div,.wpcf7 form>p{margin-bottom:1.2em}.wpcf7 .wpcf7-form-control-wrap{width:100%;display:block}.wpcf7 input:not([type=submit]):focus,.wpcf7 select:focus,.wpcf7 textarea:focus{border-color:var(--ast-border-color);outline:0}.wpcf7 input:not([type=submit]),.wpcf7 select,.wpcf7 textarea{width:100%;padding:.75em}.wpcf7 input[type=file]{color:#666;height:auto;border-width:1px;border-style:solid;border-color:var(--ast-border-color);border-radius:2px;background:#fafafa;box-shadow:none;box-sizing:border-box;transition:all .2s linear}.wpcf7 input[type=checkbox],.wpcf7 input[type=radio]{display:inline-block;background:#e9eef2;color:#555;clear:none;cursor:pointer;line-height:0;height:1.2em;margin:-3px 4px 0 0;outline:0;padding:0;border-radius:.2em;text-align:center;vertical-align:middle;width:1.4em;min-width:1.4em;transition:all .2s linear}.doi-error-notification {
position: fixed;
bottom: 24px;
left: 50%;
transform: translateX(-50%) translateY(20px);
z-index: 999999;
max-width: 480px;
width: calc(100% - 32px);
opacity: 0;
transition: opacity 0.3s ease, transform 0.3s ease;
pointer-events: none;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}
.doi-error-notification--visible {
opacity: 1;
transform: translateX(-50%) translateY(0);
pointer-events: auto;
}
.doi-error-notification--exit {
opacity: 0;
transform: translateX(-50%) translateY(20px);
}
.doi-error-notification__content {
display: flex;
align-items: flex-start;
gap: 12px;
padding: 16px 20px;
background: #fff;
border: 1px solid #e2e2e2;
border-left: 4px solid #d63638;
border-radius: 4px;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.doi-error-notification__icon {
flex-shrink: 0;
font-size: 20px;
line-height: 1;
color: #d63638;
}
.doi-error-notification__message {
flex: 1;
margin: 0;
padding: 0;
font-size: 14px;
line-height: 1.5;
color: #1e1e1e;
}
.doi-error-notification__close {
flex-shrink: 0;
background: none;
border: none;
cursor: pointer;
font-size: 20px;
line-height: 1;
color: #757575;
padding: 0;
margin: -4px -4px 0 0;
}
.doi-error-notification__close:hover {
color: #1e1e1e;
}