.group {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #0f172a;
    font-weight: 500;
    padding: 0.75rem;
    overflow: hidden;
}

.group:focus-within {
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity));
}

.btn-upload {
    margin: 0;
    aspect-ratio: 3 / 4;
    border: 2px dashed #cbd5e1;
    align-items: center;
    cursor: pointer;
}
.btn-upload:hover {
    border: 2px solid #f2304d;
    background-color: #ffffff;
    color: #f2304d;
}

.btn-remove {
    position: absolute;
    top: 4px;
    right: 4px;
    color: #323232;
    cursor: pointer;
    z-index: 2;
}

.btn-remove:hover {
    color: #f2304d;
}

.img-wrap {
    position: relative;
    margin: 0;
    aspect-ratio: 3 / 4;
    align-items: center;
    padding: 0;
}

.tabs .section {
    text-transform: capitalize;
}
.tabs .section:hover {
    color: #f2304d;
    border-color: #f2304d;
    cursor: pointer;
}