.discord-widget-full {
    height: calc(100vh - 100px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.discord-widget-full iframe {
    width: 100%;
    height: 100%;
    max-width: 420px;
    max-height: 600px;
    border: 2.5px solid #eebbc3;
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(35, 41, 70, 0.25), 0 1.5px 6px #eebbc3;
    background: #232946;
}

.discord-btn {
    display: inline-block;
    color: #232946;
    padding: 12px 24px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.2s, color 0.2s;
    margin-top: 20px;
    box-shadow: 0 2px 8px rgba(35, 41, 70, 0.15);
}

.discord-btn:hover {
    background: #eebbc3;
    color: #232946;
}