/* WhatsIssue Company Hub Styles */
.wich-company-hub * {
    box-sizing: border-box;
}
.wich-company-hub input:focus,
.wich-company-hub select:focus,
.wich-company-hub textarea:focus {
    outline: none;
    border-color: #e84393 !important;
}
.wich-company-hub button:hover {
    opacity: 0.9;
    transform: translateY(-1px);
    transition: all 0.2s;
}
@media (max-width: 600px) {
    .wich-company-hub [style*="grid-template-columns:repeat(4"] {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .wich-company-hub [style*="grid-template-columns:1fr 1fr"] {
        grid-template-columns: 1fr !important;
    }
    .wich-company-hub [style*="display:flex;align-items:center;justify-content:space-between"] {
        flex-direction: column;
        align-items: flex-start !important;
    }
}
