
.paw-google-box {
    background:#fff;
    padding:25px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.1);
    max-width:500px;
    font-family:Arial;
}

.paw-top {
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.paw-temp {
    font-size:48px;
    font-weight:bold;
}

.paw-details {
    margin-top:15px;
    display:flex;
    justify-content:space-between;
}

.paw-forecast-mini {
    margin-top:20px;
    display:flex;
    justify-content:space-between;
}

.paw-btn {
    display:block;
    margin-top:20px;
    padding:10px;
    text-align:center;
    background:#1a73e8;
    color:#fff;
    border-radius:8px;
    text-decoration:none;
}

.paw-forecast-body {
    background:#f1f3f4;
    font-family:Arial;
}

.paw-forecast-container {
    max-width:1100px;
    margin:40px auto;
}

.paw-grid {
    display:flex;
    gap:20px;
}

.paw-card {
    background:#fff;
    padding:20px;
    border-radius:15px;
    flex:1;
    text-align:center;
    box-shadow:0 5px 20px rgba(0,0,0,0.1);
}

.paw-big-temp {
    font-size:36px;
    font-weight:bold;
}
