.btn-inscribete-epcp {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 12px 20px;
text-decoration: none;
transition: all 0.3s ease; } .btn-inscribete-epcp .gb-text {
transition: color 0.3s ease;
} .btn-inscribete-epcp .gb-shape {
display: inline-flex;
align-items: center;
justify-content: center;
} .btn-inscribete-epcp .gb-shape svg {
transition: all 0.3s ease;
} .btn-inscribete-epcp .gb-shape svg path {
transition: stroke 0.3s ease;
} .btn-inscribete-epcp:hover {
background-color: #ffffff !important;
border-color: #ffffff !important;
} .btn-inscribete-epcp:hover .gb-text {
color: #042354 !important;
} .btn-inscribete-epcp:hover .gb-shape svg path {
stroke: #042354 !important;
}