.hal-kc-request-access__container {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding-bottom: 20px;
    width: 70vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.hal-kc-request-access__container > * {
    flex: 1 1 calc(50% - 16px);
    box-sizing: border-box;
}

.hal-request-access-container {
    margin-top: 1rem;
}

.hal-request-access-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
}

.hal-kc-anexo-container {
    width: 70vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 24px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}

.hal-kc-anexo__label {
    font-weight: 600;
    color: #4b5563;
    font-size: 14px;
}

.hal-kc-anexo-container #add-attachment-button {
    width: auto;
    min-width: 150px;
    align-self: flex-start;
}

.hal-kc-anexo__info {
    font-size: 13px;
    color: #374151;
    min-height: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.hal-kc-anexo__info .file-name {
    font-weight: 500;
    color: #111827;
}

.hal-kc-anexo__info .file-size {
    color: #6b7280;
    font-size: 12px;
}

.hal-kc-anexo__info .remove-attachment {
    margin-left: auto;
    background: transparent;
    border: none;
    color: #ef4444;
    cursor: pointer;
    font-size: 14px;
    padding: 4px 8px;
}

.hal-kc-anexo__info .remove-attachment:hover {
    color: #dc2626;
}