/* Powered by section */
.powered-by {
    background-color: #121418;
    width: 100%;
    padding: 16px 0 24px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.powered-by_wrapper {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.powered-by_content {
    background-color: #222222;
    padding: 32px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

/* Powered by text */
.powered-by_text {
    color: #cccccc;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

/* Logo container */
.powered-by_logo {
    width: 120px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.powered-by_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
