.hack-score-form {
    width: 100%;
    margin: 0 auto;
    max-width: none;
}

.hack-score-cat-name {
    min-height: 60px;
    margin-bottom: 0;
}

.hack-card {
    margin-bottom: 3.2rem;
}

@media screen and (max-width: 720px) {
    .hack-score-cat-name {
        min-height: 30px;
    }
    /* .hack-score-cat-name, h5 {
        font-size: 1rem;
    } */

}

 /* Custom popup styles */
 .toastui-calendar-detail-container {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    position: fixed;
    z-index: 1000;
    width: 300px;
    /* Adjust as needed */
    overflow: hidden;
    word-wrap: break-word;
    /* Ensure long words break within the container */
    white-space: normal;
    /* Allow normal wrapping */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.toastui-calendar-detail-container .toastui-calendar-icon {
    display: none;
}
.toastui-calendar-floating-layer > div.toastui-calendar-event-detail-popup-slot > div > div.toastui-calendar-detail-container > div.toastui-calendar-popup-section.toastui-calendar-section-detail > div:nth-child(2) {
    display: none;
}
.toastui-calendar-detail-container .toastui-calendar-section-button {
    display: none;
}

 /* Calendar next buttons */
#next-button,
#prev-button {
    background-color: #fff;
    color: #4A4A4F;
    border: 1px solid #4A4A4F;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
}

