 .testimonial__button_container{position: relative;display: flex;align-items: center;justify-content: space-evenly;gap: 2rem;}.testimonial-layover {position: fixed;top: 0;bottom: 0;left: 0;right: 0;max-width: 100%;max-height: 100dvh;z-index: 90;display: flex;justify-content: center;align-items: center;background-color: rgba(0, 0, 0, .9);padding: 15px;animation: form-fade-in 0.7s ease-out;}@keyframes form-fade-in{0%{transform: translateY(180px);opacity: 0;}100% {transform: translateY(0);opacity: 1;}}.testimonial-modal{border: 1px solid var(--text-color);max-width: 700px;max-height: 100dvh;overflow-y: auto;padding: 15px;border-radius: 5px;background-color: var(--bg-color);box-shadow: 1px 1px 2px 1px var(--bg-shadow);display: flex;flex-direction: column;align-items: flex-start;justify-content: space-around;}.testimonial-modal-closed{display: none;}.testimonial-modal-header{margin-bottom: 1rem;display: flex;flex-direction: row;justify-content: space-between;align-items: center;}i.wyr-stars{color: #fbbc04;font-size: 1.3em;margin-bottom: 0.3em;}button.testimonial-close-modal{padding: 0px!important;border-radius: 100%;border: none;cursor: pointer;background-color: var(--bg-color);}button.testimonial-close-modal svg{margin: 0!important;}button.testimonial-close-modal svg:hover{background-color: var(--text-color);border-radius: 100%;margin: 0!important;padding: 1px;border: 1px;}.testimonial-items_container{color: var(--text-color);background-color: var(--bg-color);display: flex;flex-direction: column;justify-content: space-evenly;align-items:flex-start;gap: 1rem;}.wyr-form{padding: 0;background-color: var(--bg-color);display: flex;flex-direction: column;justify-content: center;align-items: flex-start;gap: 1rem;fieldset{margin: 0;padding: 0;border-color: var(--text-color);border-radius: 15px;}input{padding: 10px 15px;margin: 0;border:none;border-radius: 15px;background-color: var(--bg-color);color: var(--text-color);}textarea{padding: 10px 15px;margin: 0;border: none!important;border-radius: 15px;resize: none;background-color: var(--bg-color);color: var(--text-color);}legend{margin: 0;}}.testimonial-sending-msg-container{display: flex;flex-direction: column;justify-content: space-between;align-items: center;min-width: 300px;}.sending{border-radius: 10px;padding: 10px;background-color: var(--text-color);color: var(--bg-color);font-weight: bold;align-items: center;}.wyr-form-hidden{display: none;}.wyr-button-hidden{display: none;}@media only screen and (max-width:968px) {.testimonial__button_container{flex-direction: column;align-items: center;justify-content: space-evenly;gap: 2.5rem;}.testimonial-modal{max-width: 100vw;max-height: 100dvh;overflow-y: auto;}}