/* --- ESTILO ADOTE WAIOLET v28 --- */
.adote-waiolet-container {
    padding: 20px;
    max-width: 600px;
    margin: 10px auto;
}

.adote-link-card {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.03); /* Vidro fumê v28 */
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border: 3px solid #fff; /* Borda grossa branca como no seu desenho */
    border-radius: 45px; /* Super arredondado iOS 28 */
    padding: 20px;
    text-decoration: none;
    color: #fff;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.2, 1);
    box-shadow: 0 30px 60px rgba(0,0,0,0.6);
}

/* Efeito de Toque Sensível v14.5 */
.adote-link-card:active {
    transform: scale(0.96);
    background: rgba(255, 255, 255, 0.08);
}

.adote-foto-area {
    width: 100px;
    height: 100px;
    border-radius: 30px;
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid rgba(255,255,255,0.1);
}

.adote-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.adote-texto-area {
    padding: 0 20px;
    flex: 1;
}

.adote-id-title {
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -1px;
    margin-bottom: 5px;
    background: linear-gradient(#fff, #999);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.adote-id-desc {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255,255,255,0.5);
    line-height: 1.3;
    margin-bottom: 12px;
}

.adote-badge-ios {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,0.1);
    padding: 6px 12px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.adote-seta {
    color: rgba(255,255,255,0.2);
}

/* Ajuste Mobile */
@media (max-width: 480px) {
    .adote-waiolet-container { padding: 15px; }
    .adote-link-card { padding: 15px; border-width: 2px; }
    .adote-foto-area { width: 80px; height: 80px; }
    .adote-id-title { font-size: 19px; }
    .adote-id-desc { font-size: 12px; }
}
