/* ======= ADMIN ======= */

.amp-box {
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    border-radius: 6px;
    background: #fafafa;
}

.amp-input {
    width: 100%;
    margin-bottom: 5px;
}

.amp-foto-preview {
    width: 100%;
    max-width: 120px;
    border-radius: 8px;
    margin-bottom: 8px;
    display: block;
}


/* ======= FRONTEND ======= */

.amp-maint-wrapper {
    text-align: center;
    padding: 40px;
    border-radius: 20px;
    max-width: 600px;
    margin: auto;
    background: #0f1115;
    color: #fff;
}

.amp-card {
    text-align: center;
    padding: 30px;
    margin-bottom: 25px;
    background: #12151a;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(255,255,255,0.1);
}

.amp-card-photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

.amp-card-name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.amp-card-tel {
    color: #fff;
    text-decoration: none;
}

.amp-card-wa {
    color: #1DB954;
    text-decoration: none;
}

.amp-maint-title {
    font-size: 28px;
    margin-bottom: 10px;
}

.amp-maint-subtitle {
    font-size: 18px;
    margin-bottom: 20px;
}