/* style */

.tiv-pdf-gate{display:flex;gap:26px;align-items:flex-start;background:#f8decd;border-radius:16px;padding:26px 28px;margin:34px 0;box-shadow:0 8px 28px rgba(10,74,74,.08);}
.tiv-pdf-gate .tiv-pg-thumb{flex:0 0 180px;}
.tiv-pdf-gate .tiv-pg-thumb img{width:100%;height:auto;border-radius:8px;box-shadow:0 10px 24px rgba(10,74,74,.22);transform:rotate(-2deg);display:block;}
.tiv-pdf-gate .tiv-pg-body{flex:1 1 auto;min-width:0;}
.tiv-pdf-gate p{margin:0;}
.tiv-pdf-gate .tiv-pg-kicker{font-size:12px;letter-spacing:.16em;text-transform:uppercase;font-weight:800;color:#29a579;margin-bottom:6px;}
.tiv-pdf-gate .tiv-pg-title{font-size:22px;line-height:1.2;font-weight:800;color:#0a4a4a;margin-bottom:8px;}
.tiv-pdf-gate .tiv-pg-text{font-size:15.5px;line-height:1.55;color:#3a4f4c;margin-bottom:16px;}
.tiv-pdf-gate .tiv-pg-row{display:flex;flex-wrap:wrap;gap:10px;}
.tiv-pdf-gate .tiv-pg-input{flex:1 1 220px;min-width:0;padding:13px 14px;font-size:15px;border:1px solid #e0cdbb;border-radius:9px;background:#fff;color:#0a4a4a;}
.tiv-pdf-gate .tiv-pg-input:focus{outline:none;border-color:#29a579;box-shadow:0 0 0 3px rgba(41,165,121,.25);}
.tiv-pdf-gate .tiv-pg-btn{flex:0 0 auto;background:#0a4a4a;color:#fff;border:0;border-radius:9px;padding:13px 22px;font-weight:800;font-size:15px;cursor:pointer;display:inline-flex;align-items:center;gap:8px;}
.tiv-pdf-gate .tiv-pg-btn:hover{background:#106050;}
.tiv-pdf-gate .tiv-pg-btn:disabled{opacity:.7;cursor:not-allowed;}
.tiv-pdf-gate .tiv-pg-hp{position:absolute;left:-9999px;opacity:0;height:0;width:0;}
.tiv-pdf-gate .tiv-pg-consent{display:flex;gap:9px;align-items:flex-start;font-size:13px;line-height:1.5;color:#4a5a57;margin-top:12px;cursor:pointer;}
.tiv-pdf-gate .tiv-pg-consent input{margin-top:3px;flex:0 0 auto;accent-color:#29a579;}
.tiv-pdf-gate .tiv-pg-consent a{color:#106050;text-decoration:underline;}
.tiv-pdf-gate .tiv-pg-note{font-size:12px;color:#7a8c89;margin-top:8px;}
.tiv-pdf-gate .tiv-pg-msg{font-size:14px;line-height:1.45;padding:11px 13px;border-radius:9px;margin-top:10px;}
.tiv-pdf-gate .tiv-pg-msg.is-error{background:#fff;color:#0a4a4a;border-left:3px solid #e59875;}
.tiv-pdf-gate .tiv-pg-done{background:#fff;border-radius:12px;padding:18px 20px;border-left:4px solid #29a579;}
.tiv-pdf-gate .tiv-pg-okmsg{font-size:15px;line-height:1.5;color:#0a4a4a;margin-bottom:12px !important;}
.tiv-pdf-gate .tiv-pg-dl{display:inline-flex;align-items:center;gap:8px;background:#29a579;color:#fff !important;text-decoration:none !important;border-radius:9px;padding:13px 22px;font-weight:800;font-size:15px;}
.tiv-pdf-gate .tiv-pg-dl:before{content:"\2193";font-size:18px;}
.tiv-pdf-gate .tiv-pg-spin{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:tivpgspin .7s linear infinite;}
@keyframes tivpgspin{to{transform:rotate(360deg);}}
@media (max-width:640px){.tiv-pdf-gate{flex-direction:column;padding:22px 18px;}.tiv-pdf-gate .tiv-pg-thumb{flex-basis:auto;width:140px;}}
