.app.intencion-app {
    max-width: 540px;
    margin: 1rem auto;
    padding: 1rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.intencion-header {
    align-items: stretch;
    margin-bottom: 0.5rem;
}

.intencion-brand {
    display: flex;
    align-items: stretch;
}

.intencion-brand img {
    width: 100%;
    height: 100%;
    max-height: 112px;
    object-fit: cover;
    border: 2px solid #f59e0b;
}

.intencion-heading {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.intencion-date-controls {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.4rem;
}

.intencion-date-controls #btnDia {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#reloadPage {
    cursor: pointer;
}

@media (max-width: 576px) {
    .app.intencion-app {
        border-radius: 0;
        margin: 0;
        max-width: 100%;
        min-height: 100vh;
        box-shadow: none;
        border: none;
    }

    .intencion-brand img {
        max-height: 96px;
    }
}
