/* Existing styles */
.iti {
    width: 100%;
}

.table-fixed {
    width: 100%;
}

.table-fixed .col-style,
.table-fixed .col-copy {
    width: 100px;
    /* Adjust this value as needed */
}

.table-fixed th,
.table-fixed td {
    white-space: nowrap;
}

@media (max-width: 768px) {
    #abTestForm .row {
        flex-direction: column;
    }
}

.emoji-card {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.emoji-card .emoji {
    font-size: 2rem;
    cursor: pointer;
}

.category-link {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    text-decoration: none;
}

@media (min-width: 768px) {
    .row-cols-md-6>* {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}

.row-cols-1.row-cols-md-3.g-4 .col {
    display: flex;
    justify-content: center;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.card {
    margin-bottom: 20px;
}

.ms-2 {
    margin-left: .5rem;
}

.emoji {
    font-size: 2rem;
    cursor: pointer;
    margin: 0.25rem;
}

.category-link {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    text-decoration: none;
}

.category-header {
    width: 100%;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
}

/* Additional styles for equal-height cards */
.card {
    display: flex;
    flex-direction: column;
}

.card-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.card-title {
    flex-grow: 0;
}

.card-text {
    flex-grow: 1;
}

.btn-primary {
    margin-top: auto;
}

/* New styles for carousel */
.carousel-link {
    text-decoration: underline;
    color: inherit;
}

.carousel-inner p {
    font-size: 1rem;
    /* Adjust font size as needed */
    margin: 0;
}

.custom-carousel-control {
    color: #333;
    /* Slightly darker color */
    background: none;
    border: none;
    outline: none;
}

.custom-carousel-icon {
    font-size: 2rem;
    /* Make the < and > prettier */
    color: #333;
    /* Slightly darker color */
}

.carousel-indicators {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-left: 0;
    list-style: none;
}

.carousel-indicators button {
    background-color: #333;
    /* Slightly darker color */
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 2px;
}