﻿.model-list .model-link{overflow:hidden;margin-left:.75em;margin-right:.75em;border-radius:.5em;border:1px solid var(--base-color-500);box-shadow:0 0 10px 5px rgba(255,0,0,.5);width:100%;}.model-list .model-link a{text-decoration:none;}.model-list .model-link .model-body{background:rgba(0,0,0,.7);color:#fff;bottom:0;width:100%;z-index:2;padding:.25em;text-align:center;}.model-list .model-link .model-body .model-title{font-family:Oswald;font-weight:500;font-size:150%;color:#fff;}@media(max-width:765px){.model-list .model-link .model-body .model-title{font-size:120%;}}.cta-button{position:fixed;top:200px;right:-50px;transform:translateY(-50%) rotate(-90deg);background-color:#ff5722;color:#fff;padding:6px 25px;text-decoration:none;font-size:16px;font-weight:600;border-radius:8px 8px 0 0;box-shadow:0 4px 6px rgba(0,0,0,.2);transition:background-color .3s ease,transform .2s ease;z-index:1000;display:inline-block;margin-bottom:1em;}.cta-button:hover{background-color:#cf3712;color:#444;transform:translateY(-50%) rotate(-90deg) scale(1.1);}