/*
Theme Name: Basic portfolio
Theme URI: https://themeshaper.com/vueo/
Template: vueo
Author: Kate LeVering
Author URI: https://automattic.com
Description: Vueo presents a portfolio theme that offers a distinctive perspective on your gallery entrances. Alternating the aspect ratio of the query loops crafts a visually stunning pattern for an enhanced viewing experience.
Tags: entertainment,blog,one-column,right-sidebar,wide-blocks,featured-images,full-site-editing,rtl-language-support,sticky-post,style-variations,threaded-comments,translation-ready
Version: 1.0.0.1755801487
Updated: 2025-08-21 18:38:07

*/

.wp-block-image img {
  border: 0.75rem solid #fff;
}

.wp-block-column img {
  border: 0.75rem solid #fff;
}

.site-title { /* Replace with the actual class or ID of your site title element */
    width: 200px;
    white-space: nowrap important!;
}


.site-title {
    word-wrap: normal; /* Prevents breaking within words */
    word-break: normal; /* Prevents breaking within words */
}

#site-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal; /* Prevents breaking within words */
    word-break: normal; /* Prevents breaking within words */
}

.site-title-container {
        width: 100%; /* Or a specific pixel value like 400px */
    }

.header { /* Replace with the actual class or ID of your header area */
    width: 100%; /* Or a fixed width */
}