.lookbook-download-widget {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    justify-content: center;
     align-items: center;
     padding:115px 0 0 0;
}

.lookbook-title {
    margin: 0;
}

.lookbook-text p:first-child {
    margin-top: 0;
}

.lookbook-text p:last-child {
    margin-bottom: 0;
}

.lookbook-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: fit-content;

    padding: 12px 24px;

    text-decoration: none;
    transition: all .25s ease;
    cursor: pointer;
}

.lookbook-button svg {
    height:25px;
    width:25px;
}

.lookbook-button:hover {
    text-decoration: none;
    transform: translateY(-2px);
}

.lookbook-button:focus {
    outline: none;
}

.lookbook-button svg {
    width: 18px;
    height: 18px;
    margin-left: 8px;
}