.type-box {
    background-color: #E91E63; /* Classic Pink */
    color: white;              /* White text */
    border-radius: 4px;        /* Soft rounded corners */
    padding: 0 2px;             /* Optional: adds space inside the box */
    display: inline-block;     /* Optional: fits the box to the text size */
}

.btn-shadow {
    border-radius: 10px !important;
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.20), 
                0 1px 3px rgba(0, 0, 0, 0.12) !important;
}
